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

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    7850eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552c804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91cc70d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af127dc View commit details
    Browse the repository at this point in the history
  5. Add failing tests to reproduce the issue when reading responses, #40

    * Those tests cover the issue when not using response callbacks
    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b85e3bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8190f11 View commit details
    Browse the repository at this point in the history
  7. Update changelog, #40

    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    9c2a5c0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #42 from hollodotme/fast-cgi-client-40

    Close unused socket connections when processing async requests
    hollodotme authored May 30, 2019
    Configuration menu
    Copy the full SHA
    f09beca View commit details
    Browse the repository at this point in the history
  9. Remove obsolete method Client#getSocketsHavingResponse()

    * This method was used only once in a loop that could be substituted by
      Client#handleReadyResponses()
    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e036cb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    819aa6e View commit details
    Browse the repository at this point in the history
  11. Update package keywords

    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    59c2a15 View commit details
    Browse the repository at this point in the history
  12. Add tests to verify behavior if php-fpm process gets interrupted, #41

    * 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
    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e37000d View commit details
    Browse the repository at this point in the history
  13. Add tests to verify behavior if php-fpm process gets interrupted, #41

    * Interrupt multiple php-fpm process with signals SIGHUP(1), SIGINT(2),
      SIGKILL(9) & SIGTERM(15)
    * Expect all three requests to fail
    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c44f1a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19dc73f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2d0d6e View commit details
    Browse the repository at this point in the history
  16. Update changelog, #41

    hollodotme committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b3a37ac View commit details
    Browse the repository at this point in the history
  17. Merge pull request #43 from hollodotme/fast-cgi-client-41

    Add proper handling of stream_select return value
    hollodotme authored May 30, 2019
    Configuration menu
    Copy the full SHA
    785dadb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c02a533 View commit details
    Browse the repository at this point in the history