netty5/codec-http2/src/test/java/io
Scott Mitchell 36c6a61d33 HTTP/2 remove unnecessary buffer operations
Motivation:
codec-http2 has some helper methods to write to ByteBuf in a big endian fashion. This is the default memory structure for ByteBuf so these helper methods are not necessary.

Modifications:
- remove writeUnsignedInt and writeUnsignedShort

Result:
codec-http2 has less ByteBuf helper methods which are not necessary.
2017-03-31 15:23:39 -07:00
..
netty/handler/codec/http2 HTTP/2 remove unnecessary buffer operations 2017-03-31 15:23:39 -07:00