Re: RFR: 8284585: PushPromiseContinuation test fails intermittently in timeout [v2]

2022-05-12 Thread Conor Cleary
On Thu, 5 May 2022 13:37:08 GMT, Conor Cleary wrote: >> **Issue** >> A recent fix for >> [JDK-8263031](https://bugs.openjdk.java.net/browse/JDK-8263031), which >> addressed the httpclient being unable to properly process Http/2 PushPromise >> frames followed by continuations caused intermitten

Re: RFR: 8284585: PushPromiseContinuation test fails intermittently in timeout [v2]

2022-05-06 Thread Daniel Fuchs
On Thu, 5 May 2022 13:37:08 GMT, Conor Cleary wrote: >> **Issue** >> A recent fix for >> [JDK-8263031](https://bugs.openjdk.java.net/browse/JDK-8263031), which >> addressed the httpclient being unable to properly process Http/2 PushPromise >> frames followed by continuations caused intermitten

Re: RFR: 8284585: PushPromiseContinuation test fails intermittently in timeout [v2]

2022-05-05 Thread Conor Cleary
> **Issue** > A recent fix for > [JDK-8263031](https://bugs.openjdk.java.net/browse/JDK-8263031), which > addressed the httpclient being unable to properly process Http/2 PushPromise > frames followed by continuations caused intermittent failures of the test. > This was cause by two seperate pr