netty5/codec-http/src/test
Emily Littleworth d07d7e2b9a Return null in HttpPostRequestEncoder (#9352)
Motivation:

If the encoded value of a form element happens to exactly hit
the chunk limit (8096 bytes), the post request encoder will
throw a NullPointerException.

Modifications:

Catch the null case and return.

Result:

No NPE.
2019-07-16 13:29:33 +02:00
..
java/io/netty/handler/codec Return null in HttpPostRequestEncoder (#9352) 2019-07-16 13:29:33 +02:00
resources Preserve the original filename when encoding a multipart/form in mixed mode. (#9270) 2019-06-24 10:40:17 +02:00