Closed
Description
Rossen Stoyanchev opened SPR-17424 and commented
The request writing side is using Jetty's ContentChunk
callbacks to release the input DataBuffer
. However the use of flatMap
from writeAndFlushWith
could prefetch and requires a Flux#onDiscard
hook.
Affects: 5.1.1
This issue is a sub-task of #21941