Author: rjung
Date: Sat Dec 15 08:32:47 2007
New Revision: 604450
URL: http://svn.apache.org/viewvc?rev=604450&view=rev
Log:
Don't retry in case of client errors.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?rev=604450&r1=604449&r2=604450&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Sat Dec 15
08:32:47 2007
@@ -2103,6 +2103,7 @@
rc = JK_CLIENT_ERROR;
log_error = JK_FALSE;
e->recoverable = JK_FALSE;
+ op->recoverable = JK_FALSE;
/* This doesn't make sense, because we already set reuse */
/* to JK_FALSE at the beginning of service() and only set it
to true again after */
/* the whole response has beend received (callback
JK_AJP13_END_RESPONSE). */
@@ -2118,6 +2119,7 @@
rc = JK_CLIENT_ERROR;
log_error = JK_FALSE;
e->recoverable = JK_FALSE;
+ op->recoverable = JK_FALSE;
/* This doesn't make sense, because we already set reuse */
/* to JK_FALSE at the beginning of service() and only set it
to true again after */
/* the whole response has beend received (callback
JK_AJP13_END_RESPONSE). */
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]