defnull / multipart

A fast multipart/form-data parser for python
MIT License
126 stars 33 forks source link

more gracefully handle CONTENT_LENGTH #34

Closed agroszer closed 1 month ago

agroszer commented 3 years ago

Turns out sometimes CONTENT_LENGTH is ""

defnull commented 1 month 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.