Netty responding before data is completely read

kylar kylar42 at gmail.com
Sat Jan 1 10:34:16 EST 2011


Here's my situation:

I have a fairly simple server that does some basic DAV like things,
including an http PUT method. At the beginning of my processing, I do a
basic authentication. In the cases where it fails, it appears that Netty is
returning my 401 before the rest of the body has been read off the wire,
causing some client confusion. 

I'm trying to get a simple use case, but offhand, can anyone throw out some
ideas of what I might be doing wrong?

Thanks,
Tom
-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-responding-before-data-is-completely-read-tp5878882p5878882.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list