Re: [users@httpd] Re: Problem in chunked response

2015-07-22 Thread Yann Ylavic
On Wed, Jul 22, 2015 at 8:58 AM, skbarik wrote: > > We are very heavily dependant upon the extension to indicate certain status > to client. > and unfortunately we dont have any control over backend to change this. > Is there way to configure mod proxy to not discard this. No, mod_proxy handles C

[users@httpd] Re: Problem in chunked response

2015-07-22 Thread skbarik
Hi Yann Thanks for the reply. We are very heavily dependant upon the extension to indicate certain status to client. and unfortunately we dont have any control over backend to change this. Is there way to configure mod proxy to not discard this. Thanks. barik -- View this message in context:

Re: [users@httpd] Re: Problem in chunked response

2015-07-21 Thread Yann Ylavic
On Tue, Jul 21, 2015 at 10:31 AM, shailender wrote: > > Is there any configuration available in apache which can be applied to send > the chunk as it is to client. mod_proxy won't forward chunk-extensions, and it is not required to (see [1]) since they are hop-by-hop specifications (per connectio

[users@httpd] Re: Problem in chunked response

2015-07-21 Thread shailender
Maybe I was not clear in my question, so updating We have response which is routed via apache proxy. Our client needs complete chunk in response but extension(which begins with ;) in the response is chopped off by proxy. Is there any configuration available in apache which can be applied to send