Re: RFR: 8331195: Improve com.sun.net.httpserver.HttpExchange usability [v4]

2024-06-14 Thread Daniel Fuchs
On Fri, 14 Jun 2024 02:54:53 GMT, robert engels wrote: >> robert engels has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Merge remote-tracking branch 'robaho/HttpExchange-api-change' into >> HttpExchange-api-change >> >># Confl

[jdk23] RFR: 8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out

2024-06-14 Thread Daniel Fuchs
Clean backport of a small test fix that should avoid some intermittent failures in the CI. The mainline fix PR can be seen here: PR: https://git.openjdk.org/jdk/pull/19663 - Commit messages: - Backport 81083a0e10d9c92f5247ae256e170709014b596b Changes: https://git.openjdk.org/jdk/p

Re: RFR: 8331195: Improve com.sun.net.httpserver.HttpExchange usability [v4]

2024-06-14 Thread Michael McMahon
On Wed, 1 May 2024 21:12:05 GMT, robert engels wrote: >> improve the HttpExchange api with documented constants and convenience >> methods to avoid common bugs > > robert engels has updated the pull request incrementally with two additional > commits since the last revision: > > - Merge remot

Re: RFR: 8331195: Improve com.sun.net.httpserver.HttpExchange usability [v4]

2024-06-14 Thread Ethan McCue
On Wed, 1 May 2024 21:12:05 GMT, robert engels wrote: >> improve the HttpExchange api with documented constants and convenience >> methods to avoid common bugs > > robert engels has updated the pull request incrementally with two additional > commits since the last revision: > > - Merge remot

Re: RFR: 8331195: Improve com.sun.net.httpserver.HttpExchange usability [v4]

2024-06-14 Thread robert engels
On Wed, 1 May 2024 21:12:05 GMT, robert engels wrote: >> improve the HttpExchange api with documented constants and convenience >> methods to avoid common bugs > > robert engels has updated the pull request incrementally with two additional > commits since the last revision: > > - Merge remot