Re: svn commit: r478804 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-24 Thread Rainer Jung
Hi Mladen, [EMAIL PROTECTED] schrieb: > @@ -1220,12 +1220,25 @@ ... > /* Connect to the backend. > * This can be either uninitalized connection or a reconnect. > */ > if (ajp_connect_to_endpoint(ae, l) == JK_TRUE) { > +/* should we send a CPING to

svn commit: r478804 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-24 Thread mturk
Author: mturk Date: Fri Nov 24 00:48:34 2006 New Revision: 478804 URL: http://svn.apache.org/viewvc?view=rev&rev=478804 Log: Handle cping/cpong in case of reconnect if the connect_timeout was set. This makes reconnects to behave like normal connects. Modified: tomcat/connectors/trunk/jk/nati