spring-framework/spring-web
Rossen Stoyanchev c2137a0d2f Cancel handling onError/Timeout in ServletHttpHandlerAdapter
This commit ensures handling is cancelled in case of onError/Timeout
callback from the Servlet container.

Separately we detect the same in ServletServerHttpRequest and
ServletServerHttpResponse, which signal onError to the read publisher
and cancel writing, but if the onError/Timeout arrives after reading
is done and before writing has started (e.g. longer handling), then
neither will reach handling.

See gh-26434, gh-26407
2021-02-26 14:29:01 +00:00
..
src Cancel handling onError/Timeout in ServletHttpHandlerAdapter 2021-02-26 14:29:01 +00:00
spring-web.gradle Upgrade to Netty 4.1.53 and Tomcat 9.0.39 2020-10-16 12:20:15 +02:00