On Tue, Jul 21, 2015 at 10:31 AM, shailender
<shailender.khugs...@gmail.com> 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 connection):

[1] https://tools.ietf.org/html/rfc7230#section-4.1.1 :
"The chunked encoding is specific to each connection and is likely to
be removed or recoded by each recipient (including intermediaries)
before any higher-level application would have a chance to inspect the
extensions. Hence, use of chunk extensions is generally limited to
specialized HTTP services such as "long polling" (where client and
server can have shared expectations regarding the use of chunk
extensions) or for padding within an end-to-end secured connection."

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to