Forum Moderators: phranque
You may be able to tell the sender not to use chunked format, or upgrade your Apache and/or module to handle it, or use a "Cache-Control: no-cache,no-transform, no-store" HTTP header to prevent the proxy trying to do anything clever with the data.
Rgds
Damon
Thanks for the reply. Yes I understand the data seems to be comming in chunks. I can't ask the sender to update this as he is serving to many clients. I suspected the Cache, and no did rebuild the Apache without cache modules ( --enable-mem-cache --enable-cache removed. I still get the problem.
As I was using Apache 2.2.4 and then tried with Apache2.0.61, I don't see upgrading to solve this. Also as the request URL is also been made using Third Party supplied libraries, I have to explore how to do that. Is there anything else I can configure in Apache-proxy itselef to turn he cache off.
Regards
Ajay
Sorry, I don't know specifically how to help. I know that chunked-encoding is still new enough to trip up various clients.
Is it possible that you could relay your request and response via another proxy such as Squid, or a little Java app, that you can force to use a non-chunked encoding to talk to your application? Ie, use an extra proxy to switch to a simpler encoding.
Rgds
Damon