bugzilla-1oDqGaOF3Lkdnm+
2010-08-19 02:31:42 UTC
https://issues.apache.org/bugzilla/show_bug.cgi?id=48315
--- Comment #6 from Peter Seong <dhseong-AtyHSb5oSjdWk0Htik3J/***@public.gmane.org> 2010-08-18 22:31:38 EDT ---
First, thanks for writing this! It's solved a number of problems for
me.
I've run into a problem with one application. The application allows
the user to upload a file via a form, does some parsing/processing of
the data, then redirects back to the index page. Processing the data
can take a few seconds and I've been randomly getting an apache proxy
error during this operation. The apache logs showed:
(70014)End of file found: proxy: error reading status line from remote
server localhost, referer: ...
It appears that the following line from receive_data
# If data's still coming in but no HTTP header has been found
within 5 seconds, close the connection
raise if (@request.start_time < (Time.now.to_i - 5))
is causing the connection to the back end to close before it's
actually finished. Increasing this to 15 seconds seems to have fixed
my problem.
orgin link :
http://groups.google.com/group/switchpipe/browse_thread/thread/26328ed9af4da6a9
--- Comment #6 from Peter Seong <dhseong-AtyHSb5oSjdWk0Htik3J/***@public.gmane.org> 2010-08-18 22:31:38 EDT ---
First, thanks for writing this! It's solved a number of problems for
me.
I've run into a problem with one application. The application allows
the user to upload a file via a form, does some parsing/processing of
the data, then redirects back to the index page. Processing the data
can take a few seconds and I've been randomly getting an apache proxy
error during this operation. The apache logs showed:
(70014)End of file found: proxy: error reading status line from remote
server localhost, referer: ...
It appears that the following line from receive_data
# If data's still coming in but no HTTP header has been found
within 5 seconds, close the connection
raise if (@request.start_time < (Time.now.to_i - 5))
is causing the connection to the back end to close before it's
actually finished. Increasing this to 15 seconds seems to have fixed
my problem.
orgin link :
http://groups.google.com/group/switchpipe/browse_thread/thread/26328ed9af4da6a9
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.