Support all "connection reset" exception phrases in DisconnectedClientHelper
#33064
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
In recent versions
org.springframework.web.util.DisconnectedClientHelper
was added. But we are facing some other sort of exceptions. Here is a sample stack traceThis kind of disconnect is not covered by Helper.
So, is it an oversight, or there is a distinct difference between handled
EXCEPTION_PHRASES = .... "connection reset by peer"
and not handledConnection reset
?The text was updated successfully, but these errors were encountered: