Hi,

I have a java-based client that uses HTTP to communicate with a server. I've been trying to use chunked transfer encoding available in HTTP/1.1 to streamline request data from client to server. A servlet on the server side is designed to handle and process each chunk as they come along. But the problem seems to be that Apache is "dechunking" the data before sending it to tomcat for processing. Is there a way to tell Apache to forward any chunks that it receives to tomcat immediately, without any buffering or dechunking? On the server side I am using Apache 2.0.54 and tomcat with mod_jk.

Thanks,
Chia-ling

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to