mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
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