--On Saturday, August 7, 2004 6:14 PM +0100 Nick Kew <[EMAIL PROTECTED]> wrote:
We have a lot of proxy updates in 2.1, which are presumably getting test-driven over time. How would one go about proposing a wholesale backport?
How about releasing 2.2 instead? ;-)
Hmmm, did your fix merely chunk content, or compute C-L, or was it smart enough to do the Right Thing according to whether the backend is HTTP/1.1[1], whether the content is short enough to fit in one heap bucket, or whatever other criteria might be applied?
[1] Presumably we can only assume HTTP/1.1 backend in a controlled - reverse proxy - case, and where the admin has configured it?
Actually, now that I think about it, that was the issue. It needs to only send chunks conditionally based on some config setting. -- justin