mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a6d527e57a
When read returns -1, we know we've reached the end of input. Instead of waiting for the onAllDataRead container callback, this commit proactively calls onAllDataRead. Issue: SPR-16521