https://bz.apache.org/bugzilla/show_bug.cgi?id=58647
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from Mark Thomas <ma...@apache.org> --- Sorry, no. TCP will handle short network outages. It you want to handle an outage longer than your current timeout, increase the timeout. After any I/O exception there are multiple unknowns: - unable to determine what was written successfully to the network and what was not - the exception will have caused some of Tomcat's internal processing to be skipped potentially leaving things like buffers in an unknown state Without knowing how many bytes of the previous message have been written it is impossible to recover the connection. In short, I/O exceptions are fatal to the connection and have to be treated as such. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org