RFR: 8371009: HttpClient javadoc synchronous example missing HttpRequest variable declaration [v3]
duke
duke at openjdk.org
Wed Nov 5 12:23:33 UTC 2025
On Tue, 4 Nov 2025 11:11:26 GMT, EunHyunsu <duke at openjdk.org> wrote:
>> Fixes JDK-8371009.
>>
>> The synchronous HttpClient example references `request` without defining it.
>> This patch adds a minimal HttpRequest initialization immediately before the
>> synchronous example (mirroring the asynchronous snippet) so the example
>> compiles and runs as-is.
>
> EunHyunsu has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8371009: fix indent
@ehs208
Your change (at version 34f8d04b43fe4d8d423ad25218841802d182abee) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28084#issuecomment-3490914559
More information about the net-dev
mailing list