This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
Fix cookies problem #393
Open
Margesh92
wants to merge
89
commits into
master
Choose a base branch
from
development
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix cookies problem #393
Conversation
This file contains 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
Update cert bundle.
Use HTTPS for quickstart example.
Fixup failing import tests
Fixup bad test behaviour on travis.
add HTTP version to connection and responses
Fix integration test for Python 3
Removed unnecessary size check
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
* 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.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
It doesn't set cookies as per "set-cookie" header when used with requests.