RFR: 8293786: HttpClient will not send more than 64 kb of data from the 2nd request in http2 [v2]
Daniel Fuchs
dfuchs at openjdk.org
Tue Apr 11 11:38:36 UTC 2023
On Tue, 11 Apr 2023 08:23:28 GMT, Conor Cleary <ccleary at openjdk.org> wrote:
>> I see. That sounds right. Can you had a comment above line 736 to explain that?
>
> Was thinking of putting the comment:
>
>
> // If the handler reads the exchange's InputStream, this code will have no effect. If the handler does not
> // read the exchange's InputStream and the send window has been exceeded, then the stream will be reset.
>
>
> Sort of a simplified version of my previous PR comment to you
Sounds good. But won't the stream be reset even if the send windows hasn't been exceeded? I mean - it will be reset if not all data has been read off the stream, isn't it?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12694#discussion_r1162680431
More information about the net-dev
mailing list