Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Fri, 4 Mar 2022 11:21:47 GMT, Daniel Fuchs wrote: >> In case of HttpExchange.setResponseHeader(). If responseLength is -1, then >> content-length value is overridden to 0, if already set explicitly. Same is >> the case when responseLength is > 0. Only in the case when responseLength == >>

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Daniel Fuchs
On Fri, 4 Mar 2022 11:10:40 GMT, Mahendra Chhipa wrote: >> test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java line 206: >> >>> 204: // override the Content-length header to be greater >>> than the actual response body >>> 205:

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Wed, 2 Mar 2022 12:42:11 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed extra whitespace > > test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java line 206: > >> 204:

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Wed, 2 Mar 2022 12:35:47 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed extra whitespace > > test/jdk/java/net/URLConnection/B5052093.java line 113: > >> 111:

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-02 Thread Daniel Fuchs
On Fri, 25 Feb 2022 15:06:29 GMT, Mahendra Chhipa wrote: >> Updated following remaining tests to remove depenedies of TestHttpServer, >> HttpTransaction, HttpCallback >> open/test/jdk/java/net/ProxySelector/LoopbackAddresses.java >> open/test/jdk/java/net/ProxySelector/ProxyTest.java >>

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-02-25 Thread Mahendra Chhipa
> Updated following remaining tests to remove depenedies of TestHttpServer, > HttpTransaction, HttpCallback > open/test/jdk/java/net/ProxySelector/LoopbackAddresses.java > open/test/jdk/java/net/ProxySelector/ProxyTest.java > open/test/jdk/java/net/URL/PerConnectionProxy.java >