Hi Martin,
thanks for your response.
Sorry for my unclear description, what I ment is that the TCP
connection is neither closed, nor interrupted in any way. The
Uploader simply continues to send data to the server, even if the
servlet already written a response, closed all streams and retu
Volkerwhat constitutes finished ? are you saying the connection is not closed?
http://www.archivum.info/users@tomcat.apache.org/2007-05/msg02066.html
?Martin__Disclaimer and
confidentiality noteEverything in this e-mail and any attachments relates to
Hello again,
This is a follow up to my post you can see here [1].
I've tried a little more and found out something really scaring.
By using chunked transfer encoding you can continously send data to
_any_ tomcat servlet. Even if it would generate a 404 or another error.
What I did was to si
Hi everyone,
I've stumbled across a little problem here:
I've got a streaming client (right now its using either libcurl or
apache httpclient via HTTP 1.1 chunked transfer without a content
length) that connects to a servlet on a tomcat server and uploads
data. Now the problem is that if s