[jdk8u-dev] RFR: 8278067: Make HttpURLConnection default keep alive timeout configurable [v5]
Andrew John Hughes
andrew at openjdk.org
Sat Mar 9 16:26:57 UTC 2024
On Tue, 27 Feb 2024 19:06:10 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:
>> The JDK11 patch didn't apply cleanly 1/4 hunks needed to be port manually.
>>
>> Test performed and passed:
>>
>> 1. JTreg jdk_tier1, hotspot_tier1
>> 2. Testcase attached this PR
>
> Dhamoder Nalla has updated the pull request incrementally with one additional commit since the last revision:
>
> Adjusting the indentation according to 11u.
Yes, the two lines Severin mentions still need to be fixed.
I recommend getting a local copy of the 11u patch - e.g. `git show c9a72595aa2de5df5849d0b9458ed453bd0dfbad > /tmp/8278067.11u` - and comparing that with what you have in your 8u repository. The only difference in the two patches for `net-properties.html` should be the `http.keepAlive.time.server` lines.
-------------
PR Review: https://git.openjdk.org/jdk8u-dev/pull/437#pullrequestreview-1926246427
More information about the jdk8u-dev
mailing list