> -----Ursprüngliche Nachricht-----
> Von: Plüm, Rüdiger, VF-Group 
> Gesendet: Freitag, 7. Dezember 2007 11:22
> An: [email protected]
> Betreff: Re: apache 2.2 mod_proxy_http disable buffering
> 
> 
> 
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Pavel Stano 
> > Gesendet: Freitag, 7. Dezember 2007 02:48
> > An: [email protected]
> > Betreff: Re: apache 2.2 mod_proxy_http disable buffering
> > 
> > 
> > Ruediger Pluem wrote:
> > > 
> > > You are correct. This is only fixed in trunk so far. You 
> > are affected by
> > > PR41056 
> (https://issues.apache.org/bugzilla/show_bug.cgi?id=41056).
> > > I just proposed the patch from trunk for backport. Please find the
> > > patch attached for your convenience.
> > > 
> > 
> > thanks for patch, it works, but it looks that it create 
> > another problem,
> > do not backport it yet to 2.2.x
> > 
> > proxy (2.2.6 with this patch) sometimes dont send data to 
> client, just
> > headers from backend, data are lost (blank page in browser)
> > it took me some time to reproduce it at 100%
> > it happend when proxy read headers in first read() and data 
> in second
> > and others read()
> 
> Do you have any kind of cgi script, php script, jsp that can reproduce
> this behaviour?

Meanwhile I was able to reproduce the behaviour. Many thanks for the detailed
analysis. It was very helpful. Could you please try the following additional
patch, in addition to the one from me you already applied and check if the
problem is now solved? The patch is against trunk, but it should work against
2.2.x without a problem.

Regards

Rüdiger


Attachment: chunk_fix.diff
Description: chunk_fix.diff

Reply via email to