]> granicus.if.org Git - python/commit
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2013 13:36:20 +0000 (16:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2013 13:36:20 +0000 (16:36 +0300)
commit774bed7e6098358012bd4ea05914497891ab4652
treec0568ec0bf0c5b7c9bc08d5495e96e262cbadb93
parent78be6e8aa3a0fec844bbc1af13b63826808f1f72
parentc7bfe0e42eb72d941a8a131e870aefabd4547015
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
when \r\n appears at end of 65535 bytes without other newlines.
Lib/cgi.py
Misc/NEWS