This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vsbogd
Recipients vsbogd
Date 2019-06-16.03:38:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560656329.17.0.731326583269.issue37301@roundup.psfhosted.org>
In-reply-to
Content
Steps to reproduce: Use POST request with "multipart/form-data" encoding to pass long (more than 64KiB) file to the CGI script.
Expected result: Script receives the whole file.
Actual result: Script receives only first part which size is about size of the TCP packet.

Scripts to test issue are attached. To run test execute:
$ python test_cgi_server.py &
$ python test_cgi_client.py 
$ kill %1
History
Date User Action Args
2019-06-16 03:38:49vsbogdsetrecipients: + vsbogd
2019-06-16 03:38:49vsbogdsetmessageid: <1560656329.17.0.731326583269.issue37301@roundup.psfhosted.org>
2019-06-16 03:38:49vsbogdlinkissue37301 messages
2019-06-16 03:38:48vsbogdcreate