mod_proxy race condition bug #37770

2008-05-12 Thread Adam Woodworth
Hi, I was wondering if anyone might have some more information on bug #37770. I've added a comment there recently, at the end of the bug report, #83. https://issues.apache.org/bugzilla/show_bug.cgi?id=37770 I think this bug is a serious issue for our application so I'm trying to see if anyone

Re: mod_proxy race condition bug #37770

2008-05-12 Thread Jim Jagielski
Reading over the bug I'm still curious about the actual race condition aspect of it... Even doing an 'OPTIONS *' right before sending the request does not ensure that the race condition goes away because there is still that period of time where the backend could go away right after that (in fact,

Re: mod_proxy race condition bug #37770

2008-05-12 Thread Nick Kew
On Mon, 12 May 2008 13:52:18 -0400 Adam Woodworth [EMAIL PROTECTED] wrote: Hi, I was wondering if anyone might have some more information on bug #37770. I've added a comment there recently, at the end of the bug report, #83. https://issues.apache.org/bugzilla/show_bug.cgi?id=37770 If

Re: mod_proxy race condition bug #37770

2008-05-12 Thread Adam Woodworth
I haven't looked at the code in mod_proxy to see how it handles the Keep-Alive header returned by the backend server, but what I'm seeing in this tcpdump I have that shows the proxy error happening is that the backend webserver is IIS, and it is not sending any Connection or Keep-Alive headers

Re: svn commit: r655594 - /httpd/httpd/branches/2.2.x/STATUS

2008-05-12 Thread Ruediger Pluem
On 05/12/2008 08:39 PM, [EMAIL PROTECTED] wrote: Author: jim Date: Mon May 12 11:39:34 2008 New Revision: 655594 URL: http://svn.apache.org/viewvc?rev=655594view=rev Log: backport proposal: http://svn.apache.org/viewvc?view=revrevision=645813 Modified: