Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread Volkan Yazici
On Thu, 15 May 2025 11:29:33 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread duke
On Thu, 15 May 2025 11:29:33 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread Michael McMahon
On Thu, 15 May 2025 11:29:33 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread Daniel Fuchs
On Thu, 15 May 2025 11:29:33 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v2]

2025-05-15 Thread Volkan Yazici
On Wed, 14 May 2025 09:31:07 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v2]

2025-05-15 Thread Volkan Yazici
On Wed, 14 May 2025 10:44:55 GMT, Daniel Fuchs wrote: >> Volkan Yazici has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Match header logging in `Http1Request` with others >> - Shorten code >> - Improve header logging in more places

Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread Volkan Yazici
On Thu, 15 May 2025 11:26:09 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers [v3]

2025-05-15 Thread Volkan Yazici
> Includes request method, request URI, response status code, and HTTP/2 stream > ID while logging response headers in the HTTP Client. > > ### Demonstration > > Snippets from running JTreg against > `test/jdk/java/net/httpclient/HeadTest.java`: > > **Before:** > > INFO: HEADERS: REQUEST HEAD

Re: RFR: 8351347: HttpClient Improve logging of response headers

2025-05-15 Thread Volkan Yazici
On Tue, 13 May 2025 13:53:05 GMT, Daniel Fuchs wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/He

Re: RFR: 8351347: HttpClient Improve logging of response headers [v2]

2025-05-14 Thread Daniel Fuchs
On Wed, 14 May 2025 09:31:07 GMT, Volkan Yazici wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/H

Re: RFR: 8351347: HttpClient Improve logging of response headers

2025-05-14 Thread Volkan Yazici
On Tue, 13 May 2025 13:53:05 GMT, Daniel Fuchs wrote: >> Includes request method, request URI, response status code, and HTTP/2 >> stream ID while logging response headers in the HTTP Client. >> >> ### Demonstration >> >> Snippets from running JTreg against >> `test/jdk/java/net/httpclient/He

Re: RFR: 8351347: HttpClient Improve logging of response headers [v2]

2025-05-14 Thread Volkan Yazici
> Includes request method, request URI, response status code, and HTTP/2 stream > ID while logging response headers in the HTTP Client. > > ### Demonstration > > Snippets from running JTreg against > `test/jdk/java/net/httpclient/HeadTest.java`: > > **Before:** > > INFO: HEADERS: RESPONSE HEA

Re: RFR: 8351347: HttpClient Improve logging of response headers

2025-05-13 Thread Daniel Fuchs
On Tue, 13 May 2025 08:15:34 GMT, Volkan Yazici wrote: > Includes request method, request URI, response status code, and HTTP/2 stream > ID while logging response headers in the HTTP Client. > > ### Demonstration > > Snippets from running JTreg against > `test/jdk/java/net/httpclient/HeadTest