netty5/codec-http/src/main
Norman Maurer c565805f1b
Do not manually reset HttpObjectDecoder in HttpObjectAggregator.handleOversizedMessage(...) (#9017) (#9156)
Motivation:

We did manually call HttpObjectDecoder.reset() in HttpObjectAggregator.handleOversizedMessage(...) which is incorrect and will prevent correct parsing of the next message.

Modifications:

- Remove call to HttpObjectDecoder.reset()
- Add unit test

Result:

Verify that we can correctly parse the next request after we rejected a request.
2019-05-17 21:18:03 +02:00
..
java/io/netty/handler/codec Do not manually reset HttpObjectDecoder in HttpObjectAggregator.handleOversizedMessage(...) (#9017) (#9156) 2019-05-17 21:18:03 +02:00
resources/META-INF/native-image/io.netty/codec-http Add SVM metadata and minimal substitutions to build graalvm native image applications. (#8963) 2019-04-29 08:39:42 +02:00