spring-security/rsocket
Josh Cummings d5062bb828
PayloadInterceptorRSocket retains all payloads
Flux#skip discards its corresponding elements, meaning that they
aren't intended for reuse. When using RSocket's ByteBufPayloads,
this means that the bytes are releaseed back into RSocket's pool.

Since the downstream request may still need the skipped payload,
we should construct the publisher in a different way so as to
avoid the preemptive release.

Deferring Spring JavaFormat to clarify what changed.

Closes gh-9345
2021-06-04 13:47:48 -06:00
..
src PayloadInterceptorRSocket retains all payloads 2021-06-04 13:47:48 -06:00
spring-security-rsocket.gradle Add RSocket Support 2019-09-04 19:24:01 -05:00