Message345724
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 |
|
Date |
User |
Action |
Args |
2019-06-16 03:38:49 | vsbogd | set | recipients:
+ vsbogd |
2019-06-16 03:38:49 | vsbogd | set | messageid: <1560656329.17.0.731326583269.issue37301@roundup.psfhosted.org> |
2019-06-16 03:38:49 | vsbogd | link | issue37301 messages |
2019-06-16 03:38:48 | vsbogd | create | |
|