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: double reading error on urllib3 2.0 #296

Merged
merged 1 commit into from
May 29, 2023

Conversation

frostming
Copy link
Contributor

This patch resets the length_remaining attribute when replacing the resp._fp

Fixes #295

Signed-off-by: Frost Ming [email protected]

@frostming frostming merged commit 6a74972 into psf:master May 29, 2023
@frostming frostming deleted the frostming/issue295 branch May 29, 2023 07:48
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.

urllib3 2.0: Double reading causes IncompleteRead error
1 participant