netty5/codec-http/src
Trustin Lee 79450e081b Avoid unnecessary string conversion where possible
Motivation:

HttpResponseStaus, HttpMethod and HttpVersion have methods that return
AsciiString.  There's no need for object-to-string conversion.

Modifications:

Use codeAsText(), name(), text() instead of setInt() and setObject()

Result:

Efficiency
2015-01-11 12:45:49 +09:00
..
main/java/io/netty/handler/codec Avoid unnecessary string conversion where possible 2015-01-11 12:45:49 +09:00
test Fix for Issue #3308 related to slice missing retain 2015-01-06 21:04:08 +01:00