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
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