netty5/codec-http/src
Norman Maurer f1e14d0cb2 Only add / to uri if really needed.
Motivation:

We not need to include the start index in the check. See https://github.com/netty/netty/pull/6924#discussion_r125263918

Modifications:

Change <= to <

Result:

More correct code.
2017-07-18 09:24:19 +02:00
..
main/java/io/netty/handler/codec Only add / to uri if really needed. 2017-07-18 09:24:19 +02:00
test Use ByteBuf#writeShort/writeMedium instead of writeBytes 2017-07-10 14:37:41 +02:00