netty5/codec-http/src/main/java/io/netty
Norman Maurer acb28e3ac8 Multiple optimizations in the HttpObjectDecoder
* Minimize allocation of StringBuilder and also minimize char array copy
* Try to detect HttpVersion without calling toUpperCase() for performance reasons
2013-07-31 09:23:02 +02:00
..
handler/codec Multiple optimizations in the HttpObjectDecoder 2013-07-31 09:23:02 +02:00