Re: mod_proxy_ajp: ignoring flush before headers (again)

2011-08-03 Thread Jim Riggs
ckport > tracker for 2.2.x. > > Regards > > Rüdiger > >> -Original Message- >> From: Jim Riggs >> Sent: Mittwoch, 3. August 2011 16:48 >> To: dev@httpd.apache.org >> Subject: Re: mod_proxy_ajp: ignoring flush before headers (again) >

RE: mod_proxy_ajp: ignoring flush before headers (again)

2011-08-03 Thread Plüm, Rüdiger, VF-Group
gt; Subject: Re: mod_proxy_ajp: ignoring flush before headers (again) > > This does appear to work. Our automated tests are running > right now. Shall I submit a but with this patch attached? > > > On Aug 3, 2011, at 7:43 AM, Plüm, Rüdiger, VF-Group wrote: > > > Can you pl

Re: mod_proxy_ajp: ignoring flush before headers (again)

2011-08-03 Thread Jim Riggs
; > -apr_brigade_cleanup(output_brigade); > } > } > else { > > Currently the code sends an empty brigade in your case which also triggers > the sending of headers by httpd. > > Regards > &g

RE: mod_proxy_ajp: ignoring flush before headers (again)

2011-08-03 Thread Plüm, Rüdiger, VF-Group
leanup(output_brigade); } } else { Currently the code sends an empty brigade in your case which also triggers the sending of headers by httpd. Regards Rüdiger > -Original Message- > From: Jim Riggs > Sent: Dienstag, 2. August 2011

mod_proxy_ajp: ignoring flush before headers (again)

2011-08-02 Thread Jim Riggs
For some (old 2007) context, see: http://markmail.org/message/btwcnbl2i7ftwj4n https://community.jivesoftware.com/message/201787 I am proxying an app via AJP to Tomcat 6/7. In certain circumstances, it appears that the app (or possibly Tomcat) is erroneously sending a flush before the header