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

🐛 Fixed the workaround unpack chunk in the send method when the body is a form-data #17

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Sep 12, 2023

We need to remove this altogether soon as we do not depend on the stdlib, we can change the method signature now.

@Ousret Ousret added the bug Something isn't working label Sep 12, 2023
…is a form-data

We need to remove this altogether soon
@Ousret Ousret merged commit b573b30 into main Sep 12, 2023
32 of 34 checks passed
@Ousret Ousret deleted the bugfix-unpack-chunk branch September 12, 2023 11:43
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