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

svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

Author: mturk
Date: Sun Sep 21 09:07:02 2008
New Revision: 697532

URL: http://svn.apache.org/viewvc?rev=697532&view=rev
Log:
This should have been part of r697465 (remove connection_keepalive from lb worker)

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

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=697532&r1=697531&r2=697532&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sun Sep 21 09:07:02 2008
@@ -1614,10 +1614,6 @@
     if(p->maintain_time < 0)
         p->maintain_time = 0;
     p->s->last_maintain_time = time(NULL);
-    p->connection_keepalive = jk_get_worker_connection_keepalive(props,
-                                                                 p->name, 0);
-    if(p->connection_keepalive < 0)
-        p->connection_keepalive = 0;
 
     p->lbmethod = jk_get_lb_method(props, p->name);
     p->lblock   = jk_get_lb_lock(props, p->name);



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


Re: svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

Posted by Rainer Jung <ra...@kippdata.de>.
mturk@apache.org schrieb:
> Author: mturk
> Date: Sun Sep 21 09:07:02 2008
> New Revision: 697532
> 
> URL: http://svn.apache.org/viewvc?rev=697532&view=rev
> Log:
> This should have been part of r697465 (remove connection_keepalive from lb worker)

Sorry, I did check jk_lb_worker.c for any use of connection_keepalive,
but found none, since I had a conflict on the file and the later svn
updates did not put those lines in. Thanks for taking care.

Regards,

Rainer


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