spring-framework/spring-core
rstoyanchev e737980033 Ensure chunks released on cancel in StringDecoder
The current test were not catching the issue because they request 1
via StepVerifier, wait for it, and then cancel. In the case of
StringDecoder it means all chunks are used up to produce that first
String and so the cancel doesn't catch any cached chunks.

Closes gh-30299
2023-05-09 19:58:36 +01:00
..
src Ensure chunks released on cancel in StringDecoder 2023-05-09 19:58:36 +01:00
spring-core.gradle Upgrade dependencies 2023-04-02 19:20:49 +02:00