netty5/codec-http2/src/main/java
Carl Mastrangelo 9ba942e59b Swap header check in ReadOnlyHttp2Headers
Motivation:
Pseudo headers are checked less frequently than normal headers, so
it is more efficient to check the latter first.

Modifications:
Swap the order of the check, and fix minor formatting

Result:
Possibly more efficient header checks
2018-01-26 19:01:02 -08:00
..
io/netty/handler/codec/http2 Swap header check in ReadOnlyHttp2Headers 2018-01-26 19:01:02 -08:00