https://bz.apache.org/bugzilla/show_bug.cgi?id=58647
--- Comment #2 from Alexander Malyshev <anmalys...@mail.ru> --- Let's say I have write timeout 5 seconds and idle timeout 15 seconds. In case short network outage happens first attempt to send may be timed out, but second attempt will be successful. It's not a good user experience to just close connection in case of short network outage. Moreover, write timeout does not mean connection is terminated. At least I should be able to complete current message (no matter if it's corrupted - client will be able to detect it) and either re-send the whole message or send another one. -- 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