Re: Missing HttpRequest variable in HttpClient javadoc synchronous example

2025-10-29 Thread Daniel Fuchs
Hi, Thank you for noticing this glitch. This is indeed something that should be fixed, and such a change would be welcomed. If you have a JBS account then please go on and file an issue. Otherwise you might do it through https://bugreport.java.com/bugreport/ best regards -- daniel On 25/10/20

Missing HttpRequest variable in HttpClient javadoc synchronous example

2025-10-25 Thread 은현수
Dear maintainers, I noticed a small issue in the HttpClient Javadoc that could confuse developers using the synchronous example. In HttpClient.java (lines 96–107), the synchronous example references an undefined request variable: HttpClient client = HttpClient.newBuilder() .version(Vers