spring-framework/spring-core
Rossen Stoyanchev 81f95efdbb Call onDispose before first read
The cancellation callback in asynchronousReadFileChannel must be called
before the first read I/O or otherwise if cancellation signals happens
immediately the onDispose callback may be missed.

The DefaultBufferFactory workaround however remains in place until an
expected additional fix arrives with Reactor Core 3.2.9.

See gh-22107
2019-03-29 15:43:06 -04:00
..
src Call onDispose before first read 2019-03-29 15:43:06 -04:00
spring-core.gradle Upgrade to CGLIB 3.2.10 2018-12-12 16:03:31 +01:00