netty5/common/src
Xiaoyan Lin ff11fe894d Fix the last value in AsciiString.trim
Motivation:

In AsciiString.trim, last should be `arrayOffset() + length() - 1`. See #4741.

Modifications:

Fix the last value.

Result:

AsciiString.trim works correctly.
2016-01-22 14:06:30 +01:00
..
main Fix the last value in AsciiString.trim 2016-01-22 14:06:30 +01:00
test Fix the last value in AsciiString.trim 2016-01-22 14:06:30 +01:00