DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36385>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36385 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-02 11:46 ------- Well I prefer : /* no need to handle cping/cpong here since it should be at connection time */ - if (ajp_connect_to_endpoint(ae, l) == JK_TRUE) { + if ((ajp_connect_to_endpoint(ae, l) == JK_TRUE) && + ((ae->worker->connect_timeout < 0) && + ((ae->worker->prepost_timeout > 0)) || + (ajp_handle_cping_cpong(ae, ae->worker->prepost_timeout, l) + == JK_TRUE))) { /* * After we are connected, each error that we are going to * have is probably unrecoverable Don't send a ping before request if a ping as been send during connect ! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]