netty5/codec-http2/src
Scott Mitchell 4b5b230802 HTTP/2 DefaultHttp2HeadersDecoder weighted average error
Motiviation:
cfcee5798d introduced code to resize the headers based upon a weighted average. The weight used for new entries was initialized using integer arithmetic when it should have been floating point arithmetic and so new values contribute 0 weight.

Modifications:
- Cast to float when initializing

Result:
Weighted average does not give 0 weight to new headers in DefaultHttp2HeadersDecoder.
2016-03-02 15:07:38 -08:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 DefaultHttp2HeadersDecoder weighted average error 2016-03-02 15:07:38 -08:00
test HTTP/2 stream removed from map before onStreamClosed called 2016-02-29 08:46:22 -08:00