netty5/codec-http2
feijermu eec46183f0 Eliminate a redundant method call in HpackDynamicTable.add(...) (#10399)
Motivation:

The result of `header.size()` is already cached in `headerSize`. There is no need to call it again actually.

Modification:

Replace the second `header.size()` with `headerSize` directly.

Result:

Improve performance slightly.
2020-07-13 17:34:50 +02:00
..
src Eliminate a redundant method call in HpackDynamicTable.add(...) (#10399) 2020-07-13 17:34:50 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00