Ludovic Orban
Ludovic Orban
@sbordet nudge
On hold until #10277 is sorted.
The problem is that stopping the connector is notifying the HttpConnection via onClose, but that notification isn't reported to the channel state. The tentative fix of releasing the buffer in...
@sbordet nudge
@joakime not that I know. A final review pass from @sbordet would be preferable but I think I addressed all his concerns.
I do like the new `Aggregator` and `Accumulator` design, including the fact that they are `RetainableByteBuffer` implementations. But the API should be discussed as I would like it to be...
My feeling on this is that if we want to go down the route of splitting `RetainableByteBuffer` into mutable/immutable interfaces, `getByteBuffer()` should go away, like the following: ```java interface Buffer...
@joakime yes, it looks like #11933 is addressing both this issue and #10738 so I've linked the PR to close this bug too when merged. Thanks for the reminder!
FYI; the latest PR made by the Spring team: https://github.com/oracle/graalvm-reachability-metadata/pull/495
We should test this change with the perf profiler but #11513 should be fixed first.