netty5/codec-http
houdejun214 aa43c10403 Set default CONTENT_TYPE when it is absent in multipart request body
Motivation:

I am use netty as a http server, it fail to decode some POST request when the request absent Content-Type in the multipart/form-data body.

Modifications:

Set content_type with default application/octet-stream to parse the uploaded file data when the Content-Type is absent in multipart request body

Result:

Can decode the http request as normal.
2016-01-26 10:17:07 +01:00
..
src Set default CONTENT_TYPE when it is absent in multipart request body 2016-01-26 10:17:07 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00