You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/09/06 18:51:27 UTC

svn commit: r440790 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

Author: mturk
Date: Wed Sep  6 09:51:26 2006
New Revision: 440790

URL: http://svn.apache.org/viewvc?view=rev&rev=440790
Log:
Fix typo.

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?view=diff&rev=440790&r1=440789&r2=440790
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Wed Sep  6 09:51:26 2006
@@ -1644,7 +1644,7 @@
             JK_TRACE_EXIT(l);
             return JK_CLIENT_RD_ERROR;
         }
-        else if (JK_CLIENT_RD_ERROR == rc) {
+        else if (JK_CLIENT_WR_ERROR == rc) {
             /*
              * Client has stop receiving to us, so get out.
              * We assume this isn't our fault, so just a normal exit.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org