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

fix(transport): remove disable_buffering option #2886

Merged
merged 1 commit into from Sep 1, 2021

Conversation

Aposhian
Copy link
Contributor

#2885 documents a breakage in 5.0.1 because disable_buffering is being passed to a HTTPResponse object (caused by commit 5fcc293).

As mentioned in #1799, there is no way to disable buffering in Python3 on HTTPResponse for now. This removes the option, since the Python2 dependency was removed anyway.

Signed-off-by: Adam Aposhian <aposhian.dev@gmail.com>
Copy link
Collaborator

@ulyssessouza ulyssessouza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ulyssessouza ulyssessouza merged commit dbb28a5 into docker:master Sep 1, 2021
@Aposhian Aposhian deleted the fix-disable-buffering branch September 1, 2021 15:31
@aiordache aiordache added this to the 5.0.2 milestone Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants