RFR: 8367976: Validate and clamp jdk.httpclient.bufsize [v4]
Daniel Fuchs
dfuchs at openjdk.org
Wed Oct 22 08:41:58 UTC 2025
On Tue, 21 Oct 2025 18:33:26 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
>> If you implement HttpServerAdapters which is what almost all other tests do then you can use `newClientBuilderForH3()` which is an instance method and does not need to be qualified.
>
> But neither `createClient()`, nor `main()` is an instance method – both are static. Hence, `newClientBuilderForH3()` is inaccessible and needs to be qualified.
oh right - this is not a testng/junit test...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27874#discussion_r2450941963
More information about the net-dev
mailing list