mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fdbe8dc4c1
ResponseBodyEmitter now registers by default to receive callbacks on timeout/completion and sets its internal "complete" flag to true in order to prevent proactively further use of the emitter. Issue: SPR-13498