netty5/codec-http2/src/main/java/io/netty
Scott Mitchell 336cee9b1f HpackDecoder#addHeader has an unused parameter
Motivation:
HpackDecoder#addHeader takes in the streamId as a parameter but no longer uses it.

Modifications:
- Remove the streamId parameter from HpackDecoder#addHeader

Result:
Less unused parameters in HpackDecoder.
2017-12-22 07:17:24 +01:00
..
handler/codec/http2 HpackDecoder#addHeader has an unused parameter 2017-12-22 07:17:24 +01:00