Author: mturk
Date: Mon May  7 03:48:29 2007
New Revision: 535844

URL: http://svn.apache.org/viewvc?view=rev&rev=535844
Log:
Fix copy/paste from 2.0

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?view=diff&rev=535844&r1=535843&r2=535844
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Mon May  7 03:48:29 
2007
@@ -419,7 +419,7 @@
                 }
 
             }
-            if (ll && p->r->connection->aborted) {
+            if (len && p->r->connection->aborted) {
                 /* Fail if there is something left to send and
                  * the connection was aborted by the client
                  */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to