Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] mechanical sympathy in netty-4


viktor,

note that Jetty does reuse readers from one request to the next in the same HTTP connection, so long as they are the same encoding type.  See the impl of Request.getReader.

I felt it was better to do it this way and avoid the many pitfalls in implementing the common reader types that would be necessary.

cheers


Back to the top