[jdk11u-dev] RFR: 8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking

Andrew John Hughes andrew at openjdk.org
Mon Feb 19 16:07:59 UTC 2024


On Fri, 16 Feb 2024 10:23:49 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> This is a backport of [4b02956d42c29ce32894f15411d3abe12b07dccd](https://git.openjdk.org/jdk/commit/4b02956d42c29ce32894f15411d3abe12b07dccd) / JDK-8054022 via existing backport to 17u-dev [78839e98155343078e5fba2a68f3bb6724c712d2](https://git.openjdk.org/jdk17u/commit/78839e98155343078e5fba2a68f3bb6724c712d2) / PR 2042 which applies here cleanly.
>> 
>> Testing: x86_64 build, affected tests, tier1
>
> The best course of action is to backport them to (22,) 21, 17 and 11 in that order.
> As they are test fixes, that is not a big deal of effort. E.g. you don't have to test extensively that you don't break existing coding.
> You just do the backport, and run the test locally. But we should make sure we don't forget them.
> Best regards, Goetz.

> @GoeLin because the automation squashes all commits i wont be able to cherry pick those 2 test issues to preserve the commit history if i add them in this PR (the test file is being added here so they would need to go on top of it). so the choice is to either forego the commit history here and add them on top of existing changes OR integrate this PR so that i can bring each change on top of it via separate PRs (1 of them is all the way to 17 now and the other 1 in 22 now and i'm in the process of bringing it to 21 and 17 as well). since i dunno how you guys prefer to do this kinda stuff i need some guidance here on how to proceed.

Please don't add them to this PR which is a clean backport. They should be follow-up fixes, each with their own PR for 11u (once they are in 17u).

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2523#issuecomment-1952776263


More information about the jdk-updates-dev mailing list