RFR: 8208693: HttpClient: Extend the request timeout's scope to cover the response body [v11]
Volkan Yazici
vyazici at openjdk.org
Fri Nov 7 14:46:54 UTC 2025
On Fri, 7 Nov 2025 09:52:06 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>>> after line 405 below
>>
>> @dfuch, do you mean right after the `if (bodyNotPermitted(r)) {` line? (Sorry, I find line numbers difficult to track in the flux of changes.)
>
> if (bodyNotPermitted(r)) {
> if (bodyIsPresent(r)) {
>
> between these two lines :-)
Implemented in 4b4a8e6ea64.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27469#discussion_r2503913741
More information about the net-dev
mailing list