Skip to content

gh-81435: Fixed an issue that self.rfile.read in Windows can't read the complete POST form if the form is big enough #100794

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

0xAA55
Copy link

@0xAA55 0xAA55 commented Jan 6, 2023

…ete POST form if the form is big enough.

I'm trying to implement a local network service that allows users to upload files to process on the server, but it will fail if the file is bigger than 3 MB.
@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@ghost
Copy link

ghost commented Jan 6, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@AlexWaygood AlexWaygood changed the title Fixed an issue that self.rfile.read in Windows can't read the compl… gh-81435: Fixed an issue that self.rfile.read in Windows can't read the compl… Jan 6, 2023
@AlexWaygood AlexWaygood changed the title gh-81435: Fixed an issue that self.rfile.read in Windows can't read the compl… gh-81435: Fixed an issue that self.rfile.read in Windows can't read the complete POST form if the form is big enough Jan 6, 2023
@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@0xAA55 0xAA55 changed the title gh-81435: Fixed an issue that self.rfile.read in Windows can't read the complete POST form if the form is big enough [3.7] gh-81435: Fixed an issue that self.rfile.read in Windows can't read the complete POST form if the form is big enough Jan 6, 2023
@0xAA55 0xAA55 requested a review from hauntsaninja January 10, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants