RFR: 8343855: HTTP/2 ConnectionWindowUpdateSender may miss some unprocessed DataFrames from closed streams [v3]
Daniel Fuchs
dfuchs at openjdk.org
Wed Nov 13 14:48:16 UTC 2024
On Wed, 13 Nov 2024 10:23:44 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update test/jdk/java/net/httpclient/http2/StreamFlowControlTest.java
>>
>> Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
>
> src/java.net.http/share/classes/jdk/internal/net/http/Stream.java line 1594:
>
>> 1592: Log.logError(ex);
>> 1593: } finally {
>> 1594: drainInputQueue();
>
> Hello Daniel, now that the `cancelImpl(...)` itself drains the queue in a `finally` block, do you think we should remove the call to `drainInputQueue()` from the finally block of `schedule()` after we call `cancelImpl(...)` there?
Good point.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21991#discussion_r1840464102
More information about the net-dev
mailing list