Closed arnaudgeiser closed 1 year ago
Support three of the four missing options:
validateHeaders
initialBufferSize
allowDuplicateContentLengths
but not allowPartialChunks which is pretty hard to document and not an obvious use case : https://github.com/netty/netty/pull/11469
allowPartialChunks
Here are the default values : https://github.com/netty/netty/blob/4.1/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java#L132-L139
Close #448
The tests are unstable due to the time it takes for some servers (TCP/UDP) to be shutdown. I will merge this PR as is and create another PR to stabilize the tests.
Description
Support three of the four missing options:
validateHeaders
initialBufferSize
allowDuplicateContentLengths
but not
allowPartialChunks
which is pretty hard to document and not an obvious use case : https://github.com/netty/netty/pull/11469Here are the default values : https://github.com/netty/netty/blob/4.1/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java#L132-L139
Close #448