https://bz.apache.org/bugzilla/show_bug.cgi?id=58647
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #3 from Mark Thomas <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
