defnull / multipart

Multipart parser for Python 3
Other
120 stars 33 forks source link

repaired "application/x-www-form-urlencoded", "application/x-url-enco… #45

Open hakiKhuva opened 1 year ago

hakiKhuva commented 1 year ago

removed line that read 1 next character from the stream and using CONTENT_LENGTH to read the content of the wsgi.input or stream variable.

If the CONTENT_LENGTH is more than the memory limit than the error is raised before reading the content of stream.