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

update to hyper 0.12.7 to fix a keep-alive bug #26

Merged
merged 2 commits into from
Jul 24, 2018

Commits on Jul 23, 2018

  1. update to hyper 0.12.7 to fix a keep-alive bug

    Specifically proxied bodies would make use of an optimization in hyper
    that resulted in the connection not knowing (but it did know! just
    didn't tell itself...) that the body was finished, and so the connection
    was closed. 0.12.7 includes the fix in hyper.
    
    As part of this upgrade, the keep-alive tests have been adjusted to send
    a small body, since the empty body was not triggering this case.
    
    Signed-off-by: Sean McArthur <[email protected]>
    seanmonstar committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    c7484de View commit details
    Browse the repository at this point in the history
  2. update keep alive tests to use with and without body requests

    Signed-off-by: Sean McArthur <[email protected]>
    seanmonstar committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    4b7af46 View commit details
    Browse the repository at this point in the history