Server responding before all the data is read
Marc-André Laverdière
marcandre.laverdiere at gmail.com
Thu Jan 6 04:52:55 EST 2011
Are you splitting the input data using a delimiter or a frame size decoder?
If that's the case, the first chunk of data gets sent up the pipeline
and could be handled well before anything else is read.
Marc-André LAVERDIÈRE
"Perseverance must finish its work so that you may be mature and
complete, not lacking anything." -James 1:4
http://asimplediscipleslife.blogspot.com/
mlaverd.theunixplace.com
2011/1/1 Tom Byrne <kylar42 at gmail.com>:
> 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
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
More information about the netty-users
mailing list