Can I please get a review of this change which fixes the issue noted in
https://bugs.openjdk.org/browse/JDK-8335181?
As noted in that issue, the current implementation in the
`java.net.http.HttpClient` doesn't correctly handle an incoming GOAWAY frame.
The HTTP3 RFC https://www.rfc-editor.org/r
> Can I please get a review of this change which fixes the issue noted in
> https://bugs.openjdk.org/browse/JDK-8335181?
>
> As noted in that issue, the current implementation in the
> `java.net.http.HttpClient` doesn't correctly handle an incoming GOAWAY frame.
> The HTTP3 RFC https://www.rfc-
On Fri, 2 Aug 2024 11:24:07 GMT, Jaikiran Pai wrote:
>> Can I please get a review of this change which fixes the issue noted in
>> https://bugs.openjdk.org/browse/JDK-8335181?
>>
>> As noted in that issue, the current implementation in the
>> `java.net.http.HttpClient` doesn't correctly handle