RFR: 8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn [v2]

Conor Cleary ccleary at openjdk.org
Thu Nov 16 16:35:36 UTC 2023


On Thu, 16 Nov 2023 15:01:43 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> Conor Cleary has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Request timeout values increased
>
> test/jdk/java/net/httpclient/RedirectTimeoutTest.java line 63:
> 
>> 61: import static java.net.http.HttpClient.Version.HTTP_1_1;
>> 62: import static java.net.http.HttpClient.Version.HTTP_2;
>> 63: 
> 
> Unless the problem affects HTTP/2 we probably should take the HTTP/2 aspect of the test out ..

I did the testing with HTTP/2 as well because the bug was at the MultiExchange level. Though the issue didn't seem to appear when using HTTP/2

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16689#discussion_r1396007712


More information about the net-dev mailing list