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

🐛 Implement proper flow control when sending a body for HTTP/2 #18

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Sep 12, 2023

No description provided.

@Ousret Ousret added the bug Something isn't working label Sep 12, 2023
@Ousret Ousret force-pushed the bugfix-flow-control-out branch 2 times, most recently from e131fb1 to 5ec2221 Compare September 12, 2023 11:42
@Ousret
Copy link
Member Author

Ousret commented Sep 12, 2023

We'll issue another PR with test cases to ensure no regression happens.

@Ousret Ousret merged commit 91ab03b into main Sep 12, 2023
31 of 34 checks passed
@Ousret Ousret deleted the bugfix-flow-control-out branch September 12, 2023 11:59
Ousret added a commit that referenced this pull request Sep 12, 2023
2.0.932 (2023-09-12)
====================

Bugfixes
--------

- Fixed `assert_hostname` behavior when HTTPSConnection targets HTTP/3
over QUIC (`#8 <https://github.com/jawah/urllib3.future/issues/8>`__)
- Fixed protocol violation for HTTP/2 and HTTP/3 where we sent
``Connection: keep-alive`` when it is
forbidden. (`#16 <https://github.com/jawah/urllib3.future/issues/16>`__)
- Fixed ``unpack_chunk`` workaround function in the ``send`` method when
body is multipart/form-data (`#17
<https://github.com/jawah/urllib3.future/issues/17>`__)
- Fixed the flow control when sending a body for a HTTP/2 connection.
The body will be split into numerous chunks if the size exceed the
specified blocksize when not
using HTTP/1.1 in order to avoid ProtocolError (flow control) (`#18
<https://github.com/jawah/urllib3.future/issues/18>`__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant