Magnus Johnsson added the comment:
No, of course not.
The request is completely valid. Python's cgi library parses it wrong.
The 'resolution' that needs to be done is to fix it in python's source.
That, and the libraries that depend on it, like twisted, probably needs to m
Magnus Johnsson added the comment:
https://github.com/yohanboniface/falcon-multipart/issues/8
It would seem that the same issue pops up elsewhere. We do indeed set the
content-type, as per the default examples for unity.
--
___
Python tracker
New submission from Magnus Johnsson :
When using the cgi module, parse_multipart fails with the supplied file with
the error:
Invalid boundary in multipart form: b''
A sample program that demonstrates the error:
import cgi
f = open("60_Request.txt", "r"