Open
Conversation
Added a more informative error message if a HTTP2 connection was unable to select a protocol, added a test for this error message. Changed integration tests to use mock to override acceptable protocols, so as not to leak those changes to other tests.
More informative error message if no protocol found for http2
Push flag required for the case the initial upgrade request triggered server push.
Some tests requires synchronization to let the connection state machine working.
introduced FrameEncoderMixin helper class. fix waits for not displaying unwanted EOF errors.
Add ENABLE_PUSH flag in the Upgrade HTTP2-Settings header
Fixes #312
Fix upgrading to h2c
I completely botched that one. It seemed to work, but it was falling back to HTTP/1.1. And I missed hyper.tls.init_context.
Fix the documentation on overriding the SSL context
Updates README.rst with svg badge
…erify Respect `verify` option in requests adapter
HTTP/1.1 parser fix, when response contains empty reason
Squashed #322 # Conflicts: # hyper/contrib.py
* Add failing test for userinfo with '!' and '=' chars, which are allowed as per RFC3986 * Unvendor rfc3986. Also fixes issue with ! and = being invalid in userinfo
* Add connection/read timeout for requests adapter * Add connection/read timeout for requests adapter * update requests integration test * explicit timeout and more timeout tests * update timeout tests for py3 * update timeout tests for py3 * explicit timeout in send method and update timeout tests * add timeout in common/HTTPConnection and update timeout tests * move timeout in _h1/2_kwargs; add timeout for _create_tunnel funciton; add more tests
Add python 3.6 to the test suite
fix new failing flake checks in CI
fix zlib_compressobj wbit
Fix: stream end when length of last chunk equal to MAX_CHUNK
Change the address of sample code.
Fix http11 head response
Fix crash on getting unsupported content-encoding
Add support for brotli compression
Add a fix to make it possible to add window_manager to HTTP20Adapter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.