336cee9b1f
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.