Hi!

On 9/4/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:
> On 9/4/07, Póka Balázs <[EMAIL PROTECTED]> wrote:
>
> > which must be wrong, because it sets the ContentLength header to be
> > the length of the _uncompressed_ request, but returning the compressed
> > message. This is bad according to the HTTP spec.
>
> Do you have a quote that supports your opinion?

I googled for "gzip content-length" and found these (these got me
started with the problem):

http://bugs.php.net/bug.php?id=24083
http://curl.haxx.se/mail/lib-2003-06/0114.html
http://curl.haxx.se/mail/lib-2003-06/0121.html

and the RFC which contains most Content-length related info:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html

I must suppose that at least Squid and Apache 2.x treat Content-length
in the way described at the first 3 links, since they don't let the
POST messages originating from the client through.

> Applied, thank you.

Thanks for the quick fix.

Balázs Póka

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to