defnull / multipart

A fast multipart/form-data parser for python
https://multipart.readthedocs.io/
MIT License
135 stars 33 forks source link

more gracefully handle CONTENT_LENGTH #34

Closed agroszer closed 3 months ago

agroszer commented 3 years ago

Turns out sometimes CONTENT_LENGTH is ""

defnull commented 3 months ago

The next release will raise MultipartError instead of ValueError and also warn a bit more clearly about the possibility that exceptions may happen, even in non-strict mode.