netty5/common/src
Dmitriy Dumanskiy 141554f5d1 Removed unnecessary pattern matching during number paring and unnecessary toLowerCase() invocation.
Motivation:

Pattern matching not necessary for number parsing.

Modification:

Removed pattern matching for number parsing and removed unnecessary toLowerCase() operation.

Result:

No static variable with pattern, removed unnecessary matching operation and toLowerCase() operation.
2017-01-19 10:11:55 +01:00
..
main Removed unnecessary pattern matching during number paring and unnecessary toLowerCase() invocation. 2017-01-19 10:11:55 +01:00
test Correctly handle IPV6 in HttpProxyHandler 2017-01-12 07:51:37 +01:00