[Bug 63003] Tomcat is closing async connection prematurely when shutdown is initiated.

2019-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63003 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 63003] Tomcat is closing async connection prematurely when shutdown is initiated.

2018-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63003 --- Comment #2 from Mark Thomas --- Created attachment 36335 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36335=edit Proposed fix for Tomcat 9.0.x v1 This is going to be a little trickier to solve than might be expected. The main

[Bug 63003] Tomcat is closing async connection prematurely when shutdown is initiated.

2018-12-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63003 --- Comment #1 from Mark Thomas --- It is the unloadDelay that is most relevant in this use case. If that is honoured then there should be enough time for the other timeouts to be honoured. Let me dig into what is going on. -- You are