Author: rjung
Date: Thu Aug  2 04:57:29 2007
New Revision: 562085

URL: http://svn.apache.org/viewvc?view=rev&rev=562085
Log:
Partially undo r530674: Chanhing the AS400 ifdefs
also hit two ifndefs instead of only ifdefs.
As a consequence, we didn't flush any more.

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

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?view=diff&rev=562085&r1=562084&r2=562085
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Thu Aug  2 04:57:29 
2007
@@ -375,7 +375,7 @@
 
 static void JK_METHOD ws_flush(jk_ws_service_t *s)
 {
-#if defined(AS400) && !defined(AS400_UTF8)
+#ifndef AS400
     if (s && s->ws_private) {
         apache_private_data_t *p = s->ws_private;
         ap_rflush(p->r);
@@ -423,7 +423,7 @@
                 }
             }
             if (p->r->header_only) {
-#if defined(AS400) && !defined(AS400_UTF8)
+#ifndef AS400
                 ap_rflush(p->r);
 #endif
                 return JK_TRUE;



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

Reply via email to