Ben Gunter wrote:

> I think mod_proxy in Apache 1.3.24 (and I guess 1.3.23) has a problem
> with HTTP 1.0 clients.

This problem is fixed in v1.3.25-dev.

The 1.3.24 proxy did not know how to dechunk incoming responses from
HTTP/1.1 servers, which meant the chunked encoding was being sent as is
to the client. If the client was HTTP/1.1 it didn't complain, but
obviously HTTP/1.0 clients have a problem. Now the proxy dechunks
incoming chunked responses as required by RFC2616.

>  I have looked at the source and it is hard coded
> to use HTTP 1.1, regardless of what version the client is using.

This is correct according to RFC2616.

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to