Congrats and HttpMessageDecoder

Adam Fisk a at littleshoot.org
Sat Sep 5 16:48:39 EDT 2009


First off, congrats on another killer NIO framework, Trustin. Best yet! I
somehow missed the "new" Netty until now, but it's fantastic. 

I just noticed a minor JavaDoc nit in HttpMessageDecoder -- default argument
documentation is wrong.

    /**
     * Creates a new instance with the default
     * {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)},
and
     * {@code maxChunkSize (4096)}.
     */
    protected HttpMessageDecoder() {
        this(4096, 8192, 8192);
    }

Congrats again. I'm integrating Netty into LittleShoot as an HTTP proxy that
will be ultimately used to circumvent censors.

-Adam Fisk
-- 
View this message in context: http://n2.nabble.com/Congrats-and-HttpMessageDecoder-tp3587873p3587873.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list