netty5/codec-http2/src
Scott Mitchell a3e41ba6eb HttpConversionUtils avoid intermediate collection allocation
Modifications:
HttpConversionUtil#toLowercaseMap requires an intermediate List to be allocated. This can be avoided with the recently added value iterator methods.

Modifications:
- Use HttpHeaders#valueCharSequenceIterator instead of getAll

Result:
Less intermediate object allocation and copying.
2017-11-20 14:05:03 -08:00
..
main/java/io/netty/handler/codec/http2 HttpConversionUtils avoid intermediate collection allocation 2017-11-20 14:05:03 -08:00
test codec-http2: Improve h1 to h2 header conversion 2017-11-17 09:09:52 +01:00