RFR: 8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient

2024-08-02 Thread Jaikiran Pai
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

Re: RFR: 8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient [v2]

2024-08-02 Thread Jaikiran Pai
> 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-

Re: RFR: 8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient [v2]

2024-08-02 Thread Jaikiran Pai
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