DataBufferUtils#takeUntilByteCount checks one extra buffer but does not release it [SPR-17118] #21655
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Rossen Stoyanchev opened SPR-17118 and commented
The current implementation relies on
Flux#takeWhile
to be invoked with one extra buffer beyond the buffer for which the max byte count was reached. However that extra buffer is not released. Arguably it should not even have to wait for for an extra buffer, when it already knows the max byte count was reached.Affects: 5.0.8
Issue Links:
The text was updated successfully, but these errors were encountered: