netty5/codec-http/src
Scott Mitchell 4baea3ea7a ByteString arrayOffset master branch cleanup
Motivation:
Commit f1e122a introduced the arrayOffset method into the ByteString class. That means anywhere that used the array() method must also use the arrayOffset() method.

Modifications:
- Find all uses of ByteString.array() and ensure they are taking into account ByteString.arrayOffset().

Result:
The correct data from ByteString.array() will be used.
2015-04-25 14:24:39 -07:00
..
main/java/io/netty/handler/codec ByteString arrayOffset master branch cleanup 2015-04-25 14:24:39 -07:00
test ByteString introduced as AsciiString super class 2015-04-15 10:45:18 -07:00