RFR: 8342075: HttpClient: improve HTTP/2 flow control checks [v2]
Jaikiran Pai
jpai at openjdk.org
Tue Oct 22 14:58:29 UTC 2024
On Tue, 22 Oct 2024 14:15:49 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Maybe I should say "is called directly" ?
I think that would still be unclear since "directly" is contextual and depends on who is calling it. So we would then have to clarify what a direct call is.
Perhaps we should reword it to say that the dropDataFrame method gets called in two different ways. One when the data is dropped before adding to the inputQ and the other when the data is dropped through releaseUnconsumed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21567#discussion_r1810893268
More information about the net-dev
mailing list