RFR: 8208693: HttpClient: Extend the request timeout's scope to cover the response body [v7]
Volkan Yazici
vyazici at openjdk.org
Mon Nov 3 14:36:30 UTC 2025
On Mon, 3 Nov 2025 12:46:37 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Simplify Javadoc
>
> src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java line 256:
>
>> 254: }
>> 255:
>> 256: public void cancelTimer() {
>
> We could leave that package private.
Implemented in 6d467a8f3cf.
> test/jdk/java/net/httpclient/TimeoutResponseTestSupport.java line 187:
>
>> 185: }
>> 186:
>> 187: private static HttpServerAdapters.HttpTestServer createServer(
>
> Can we use imports to reduce the long class names please
Implemented in 55396846d1a.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27469#discussion_r2486695255
PR Review Comment: https://git.openjdk.org/jdk/pull/27469#discussion_r2486694312
More information about the net-dev
mailing list