Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.7.1 #44

Merged
merged 18 commits into from
May 30, 2019
Merged

Release v2.7.1 #44

merged 18 commits into from
May 30, 2019

Conversation

hollodotme
Copy link
Owner

* Those tests cover the issue when not using response callbacks
Close unused socket connections when processing async requests
* This method was used only once in a loop that could be substituted by
  Client#handleReadyResponses()
* Interrupt single php-fpm process with signals SIGHUP(1), SIGINT(2),
  SIGKILL(9) & SIGTERM(15)
* Expect one of three requests to fail and the other two to respond
  successfully
* Interrupt multiple php-fpm process with signals SIGHUP(1), SIGINT(2),
  SIGKILL(9) & SIGTERM(15)
* Expect all three requests to fail
Add proper handling of stream_select return value
@hollodotme hollodotme self-assigned this May 30, 2019
@hollodotme hollodotme added this to the v2.7.2 milestone May 30, 2019
@hollodotme hollodotme merged commit 785608e into 2.x-stable May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant