Hello,

I am dealing with a broken proxy which understands chunked
Transfer-Encoding on the proxy to server side, but does the wrong thing on
the proxy to client side (it sends the "Transfer-Encoding: chunked" header
from the server to proxy response, but sends the content unchunked).

The easiest fix seems to be to always respond with an HTTP/1.0 response. I
tried adding "SetEnv force-response-1.0 Yes" to the Apache server, but if
Apache gets an HTTP/1.1 request (which it does in this case), it continues
to send an HTTP/1.1 response. Additionally setting downgrade-1.0 didn't
change anything.

Is there a way to force Apache to send an HTTP/1.0 response even in
response to an HTTP/1.1 request?

I can send example transactions or open a bug if this would help.

Humbly,

Andrew

----------------------------------------------------------------------
Andrew Ho               http://www.tellme.com/       [EMAIL PROTECTED]
Engineer                    1-800-555-TELL          Voice 650-930-9062
Tellme Networks, Inc.                                 Fax 650-930-9101
----------------------------------------------------------------------

Reply via email to