You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/09/21 12:09:21 UTC

svn commit: r697465 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

Author: rjung
Date: Sun Sep 21 03:09:20 2008
New Revision: 697465

URL: http://svn.apache.org/viewvc?rev=697465&view=rev
Log:
Until now we don't use connection_keepalive in lb.

It would be nice to inherit the property from an lb
to all of its members, but we don't do that for any
other property. At the moment this can be done with
configuration templates.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h?rev=697465&r1=697464&r2=697465&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Sun Sep 21 03:09:20 2008
@@ -192,7 +192,6 @@
     int          lbmethod;
     int          lblock;
     int          maintain_time;
-    int          connection_keepalive;
     unsigned int max_packet_size;
     unsigned int next_offset;
 



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