mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
This commit adds additional "disconnected client" checks for HttpMessageNotReadableException and HttpMessageNotWriteableException, both of which wrap I/O errors and could be due to a lost connection. Closes gh-37151