On 14/10/2019 16:20, ma...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
> 
> markt pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
> 
> commit 327c5532f3f3123c937572541e56175851d73c48
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Mon Oct 14 16:18:17 2019 +0100
> 
>     Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63816 async errors
>     
>     Handle I/O errors on a non-container thread after asynchronous
>     processing has been started but before the container thread that started
>     asynchronous processing has completed processing the current
>     request/response.

Just a heads up that, while all the test cases pass, I think this patch
may over-simplify some edge cases. I'm planning on working on BZ 63817
next and the fix for that issue may end up re-instating some of the code
removed by this fix.

I plan to update/replace the state diagram once the code changes are
complete.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to