mturk 2005/05/18 11:19:31
Modified: jk/native/apache-1.3 mod_jk.c
jk/native/apache-2.0 mod_jk.c
Log:
Brr... Revert latest commit. We agreed not to flush packets by default.
Revision Changes Path
1.85 +2 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
Index: mod_jk.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- mod_jk.c 18 May 2005 18:17:23 -0000 1.84
+++ mod_jk.c 18 May 2005 18:19:31 -0000 1.85
@@ -1879,7 +1879,7 @@
c->format_string = NULL;
c->format = NULL;
c->mountcopy = JK_FALSE;
- c->options = JK_OPT_FWDURIDEFAULT | JK_OPT_FLUSHPACKETS;
+ c->options = JK_OPT_FWDURIDEFAULT;
/*
* By default we will try to gather SSL info.
1.148 +2 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c
Index: mod_jk.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- mod_jk.c 18 May 2005 18:17:23 -0000 1.147
+++ mod_jk.c 18 May 2005 18:19:31 -0000 1.148
@@ -2048,7 +2048,7 @@
c->format = NULL;
c->mountcopy = JK_FALSE;
c->was_initialized = JK_FALSE;
- c->options = JK_OPT_FWDURIDEFAULT | JK_OPT_FLUSHPACKETS;
+ c->options = JK_OPT_FWDURIDEFAULT;
/*
* By default we will try to gather SSL info.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]