DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13869>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13869 mod_jk2 becomes confused when client breaks the connection ------- Additional Comments From [EMAIL PROTECTED] 2002-10-23 06:02 ------- We allready had a following in the sources: if (err!=JK_OK && ! e->recoverable ) { s->is_recoverable_error = JK_FALSE; env->l->jkLog(env, env->l, JK_LOG_ERROR, "ajp13.service() ajpGetReply unrecoverable error % d\n", err); /* The connection is compromised, need to close it ! */ e->worker->in_error_state = 1; return JK_ERR; } So there is allready setting of worker in_error_state. If your sources are the same, an if it works with you patch, then the problem might be in race condition, caused by the logging. -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>