andrew-d / Hoboken

Sinatra-like web framework for Python
Other
5 stars 0 forks source link

More work needed on multipart parser #3

Open andrew-d opened 11 years ago

andrew-d commented 11 years ago

Multipart parser currently doesn't respect max-size limits. This needs to be done.

Also need more tests for the request body parser. Off the top of my head:

andrew-d commented 11 years ago

With #4, more tests have been added. There's a TODO in the code to add more.