netty5/codec-http2
Carl Mastrangelo 03ad809a3b 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-24 08:43:40 +02:00
..
src Use fast HPACK comparisons when not checking sensitive headers (#9259) 2019-10-24 08:43:40 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00