Bill Barker wrote:

+1.  As I said above, it probably hasn't shown up in 3.3 mostly because
AJP13 has many fewer accepts.
I'll fix it then.

You have to be careful that no IOException should end up in that code, otherwise, for each one the server socket will be restarted (not good).
With HTTP/1.1, the only thing that can happen is when there's an exception in the accept, which apparently screws up the server socket.

It would be nice if this was thouroughly tested for problems after I commit the fix.

Remy


--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>



Reply via email to