netty5/codec-http2/src
Carl Mastrangelo e8e7a206b3 Use fast HPACK comparisons when not checking sensitive headers (#9259)
Motivation:
Constant time comparison functions are used to compare HTTP/2 header
values, even if they are not sensitive.

Modification:
After checking for sensitivity, use fast comparison.

Result: Faster HPACK table reads/writes
2019-10-23 23:37:57 -07:00
..
main Use fast HPACK comparisons when not checking sensitive headers (#9259) 2019-10-23 23:37:57 -07:00
test Use fast HPACK comparisons when not checking sensitive headers (#9259) 2019-10-23 23:37:57 -07:00