netty5/codec-http/src
Scott Mitchell a15ff32608 HttpObjectDecoder configurable initial buffer size
Motivation:
The initial buffer size used to decode HTTP objects is currently fixed at 128. This may be too small for some use cases and create a high amount of overhead associated with resizing/copying. The user should be able to configure the initial size as they please.

Modifications:
- Make HttpObjectDecoder's AppendableCharSequence initial size configurable

Result:
Users can more finely tune initial buffer size for increased performance or to save memory.
Fixes https://github.com/netty/netty/issues/4807
2016-02-07 21:23:29 -08:00
..
main/java/io/netty/handler/codec HttpObjectDecoder configurable initial buffer size 2016-02-07 21:23:29 -08:00
test [#4754] Correctly detect websocket upgrade 2016-02-04 14:03:08 +01:00