RFR: 8367976: Validate and clamp jdk.httpclient.bufsize [v2]
Daniel Fuchs
dfuchs at openjdk.org
Mon Oct 20 16:34:08 UTC 2025
On Mon, 20 Oct 2025 10:09:37 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
>> Validate and clamp the value populated from the `jdk.httpclient.bufsize` system property. Added two new tests: Does clamping work? Does the minimum value wedge the client?
>
> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>
> Update `module-info.java` docs
It's an implementation specific property - so not part of the Java SE specification. IMO it was a bug that we didn't clamp it in the first place. There's no real change in observable behaviour here. I am not sure we actually need a CSR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27874#issuecomment-3422837828
More information about the net-dev
mailing list