New submission from vsbogd <vsb...@gmail.com>:

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

----------
components: Library (Lib)
files: test_cgi.zip
messages: 345724
nosy: vsbogd
priority: normal
severity: normal
status: open
title: CGIHTTPServer doesn't handle long POST requests
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file48423/test_cgi.zip

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37301>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to