
bugzilla at apache
May 9, 2008, 12:58 PM
Post #5 of 6
(108 views)
Permalink
|
|
[Bug 37770] proxy: error reading status line from remote server (null)
[In reply to]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=37770 Adam <mirkwood09+spamkill[at]gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirkwood09+spamkill[at]gmail.co | |m --- Comment #83 from Adam <mirkwood09+spamkill[at]gmail.com> 2008-05-09 12:58:35 PST --- (In reply to comment #82) > Try to use the patch from r645813 > (http://svn.apache.org/viewvc?view=rev&revision=645813). Patch: > svn diff -r645812:645813 https://svn.apache.org/repos/asf/httpd/httpd/trunk > So as I understand it, there is a bug regarding a race condition in mod_proxy that is still causing this error. And the only patch in place is the one above in comment #82, which I noticed is also in trunk. However, this patch, while perhaps a good one to have in place, doesn't solve the race condition. And the race condition is the real issue here. This is a serious problem that is affecting the use of Apache 2.2.8 on many customers. The frequency of the error with some sites is high enough that it puts Apache mod_proxy in jeopardy of being unusable, especially for non-idempotent requests. It may be less than 5% of requests at most but that is a lot for a major traffic site. Are there any new developments on getting this race condition fixed? Can someone please point me to the area in the code where this race condition exists and describe the complications around it that have prevented it from being fixed thus far? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|