netty5/codec-http2/src/test/java/io
Scott Mitchell 208893aac9 HTTP/2 Hpack Encoder Cleanup
Motivation:
The HTTP/2 HPACK Encoder class has some code which is only used for test purposes. This code can be removed to reduce complexity and member variable count.

Modifications:
- Remove test code and update unit tests
- Other minor cleanup

Result:
Test code is removed from operational code.
2016-08-25 09:08:46 -07:00
..
netty/handler/codec/http2 HTTP/2 Hpack Encoder Cleanup 2016-08-25 09:08:46 -07:00