You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by aduvall <ad...@nc.rr.com> on 2001/09/21 15:58:51 UTC

Chunked http requests

Hi,

I've been banging my head against the wall trying to receive a chunked
message into my servlet.  I'm using Tomcat version 3.2.1.  When the message
comes across, the header looks fine, but the body of the message appears to
be empty.  There seems to be plenty of information about hunked responses,
but I can't find anything about chunked requests.

Does anyone have experience with this?

Thanks for any help or guidance you can give.