Author: hgomez
Date: Wed May 16 00:45:56 2007
New Revision: 538459

URL: http://svn.apache.org/viewvc?view=rev&rev=538459
Log:
We should take a closer look to this, not only in i5/OS case

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=538459&r1=538458&r2=538459
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Wed May 16 00:45:56 
2007
@@ -2226,13 +2226,9 @@
                 /* If tomcat returned no body and the status is not OK,
                    let apache handle the error code */
 
-/* [EMAIL PROTECTED] : under i5/OS sent_bodyct is not set correctly */
+/* [EMAIL PROTECTED] : under i5/OS sent_bodyct is not set correctly */
 /*                   check for header_only to see if there was a body */
-#ifdef AS400
-                               if (r->header_only && r->status >= 
HTTP_BAD_REQUEST) {
-#else
                 if (!r->sent_bodyct && r->status >= HTTP_BAD_REQUEST) {
-#endif
                     jk_log(xconf->log, JK_LOG_INFO, "No body with status=%d"
                            " for worker=%s",
                            r->status, worker_name);



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

Reply via email to