Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Fix cookies problem #393

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

Fix cookies problem #393

wants to merge 89 commits into from

Conversation

Margesh92
Copy link

It doesn't set cookies as per "set-cookie" header when used with requests.

Lukasa and others added 30 commits September 27, 2016 13:59
Use HTTPS for quickstart example.
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
hyxbiao and others added 28 commits July 27, 2017 06:40
* 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
* Implement HTTP20Adapter.close to close connections

* Make requests adapter close() tests integrational

* Ensure that connections are actually closed on closing requests adapter

* Split an assertion in requests adapter close() tests
fix new failing flake checks in CI
Fix: stream end when length of last chunk equal to MAX_CHUNK
Change the address of sample code.
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.