[Bug 58751] Strange behaviour after calling sendError when an async request times out

2016-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58751 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 58751] Strange behaviour after calling sendError when an async request times out

2016-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58751 Mark Thomas changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[Bug 58751] Strange behaviour after calling sendError when an async request times out

2016-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58751 --- Comment #3 from Andy Wilkinson --- Mark, did you miss the second variant of the problem? It does call dispatch but still behaves strangely. Tomcat appears to try to send two responses. The second fails with a ClientAbortException. -- You

[Bug 58751] Strange behaviour after calling sendError when an async request times out

2016-01-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58751 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58751] Strange behaviour after calling sendError when an async request times out

2015-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58751 --- Comment #1 from Andy Wilkinson --- Created attachment 33363 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33363&action=edit Another variant of the testcase the resulting in a ClientAbortException I've attached another testcase tha