Closed
Description
Rossen Stoyanchev opened SPR-17575
When using Mono.just
or Flux.just
data buffers can be allocated before subscription and consequently won't even see a cancellation signal in case the connection is closed.
The second issue is that if Mono.just
or Flux.just
is passed into response#writeWith
those will not see a cancellation signal because cancellation is not propagated to them (i.e. can't cancel what's already been materialized).
Affects: 5.1.3