X Tutup
The Wayback Machine - https://web.archive.org/web/20230119202837/https://github.com/python/cpython/pull/100794
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

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

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.

@cpython-cla-bot
Copy link

cpython-cla-bot bot 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 Jan 10, 2023
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.

None yet

3 participants
X Tutup