Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v6]

2021-01-12 Thread Mahendra Chhipa
On Tue, 12 Jan 2021 16:52:20 GMT, Daniel Fuchs wrote: > Approved provided that tier2 tests are passing. All tier2 tests related to changes are passing. Here is the Mach5 result link: https://mach5.us.oracle.com/mdash/jobs/mahendrachhipa-jdk-20210112-1759-17354032?search=result.status%3APAS

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v6]

2021-01-12 Thread Daniel Fuchs
On Wed, 6 Jan 2021 16:26:10 GMT, Mahendra Chhipa wrote: >> jaxp.library.SimpleHttpServer >> https://bugs.openjdk.java.net/browse/JDK-8212035 > > Mahendra Chhipa has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains ten commits: > > - I

Re: RFR: 8259631: Reapply pattern match instanceof use in HttpClientImpl

2021-01-12 Thread Daniel Fuchs
On Tue, 12 Jan 2021 16:05:01 GMT, Aleksei Efimov wrote: > Hi, > > The proposed change adds back [1] `instanceof` pattern match use to > `HttpClientImpl` class. It was previously removed by > [JDK-8258696](https://bugs.openjdk.java.net/browse/JDK-8258696) due to docs > build failure. > > Alek

Re: RFR: 8259631: Reapply pattern match instanceof use in HttpClientImpl

2021-01-12 Thread avivmu
On Tue, 12 Jan 2021 16:05:01 GMT, Aleksei Efimov wrote: > Hi, > > The proposed change adds back [1] `instanceof` pattern match use to > `HttpClientImpl` class. It was previously removed by > [JDK-8258696](https://bugs.openjdk.java.net/browse/JDK-8258696) due to docs > build failure. > > Alek

RFR: 8259631: Reapply pattern match instanceof use in HttpClientImpl

2021-01-12 Thread Aleksei Efimov
Hi, The proposed change adds back [1] `instanceof` pattern match use to `HttpClientImpl` class. It was previously removed by [JDK-8258696](https://bugs.openjdk.java.net/browse/JDK-8258696) due to docs build failure. Aleksei [1] `git rollback be41468c --no-commit` - Commit messag

Re: How to reuse TCP connection when using a proxy with java.net.http.HttpClient in HTTP/1.1

2021-01-12 Thread Daniel Fuchs
On 11/01/2021 22:51, Simone Bordet wrote: The problem is on the client: if the client application does not read the response content, the client implementation cannot reuse that connection. It cannot use it to send the next request (independently from the server reading it or not), because when t