Re: RFR: 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses

2019-10-17 Thread Julia Boes
Hi, One test case had failed with preferIPv6Addresses=true due to an expected return value that was set incorrectly. This is fixed in the webrev below. Updated webrev: http://cr.openjdk.java.net/~jboes/webrevs/8225499/webrev.02/ Regards, Julia On 16/10/2019 11:25, Daniel Fuchs wrote: Lo

RFR: 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact

2019-10-17 Thread Julia Boes
Hi, This fix involves HttpURLConnection::usingProxy. Previously, the method would return true only once the connection was established (once the underlying socket was connected) and would switch back to false when as the input stream was fully read. The new implementation checks whether an ex

Re: RFR: 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses

2019-10-17 Thread Daniel Fuchs
Looks good to me Julia! best regards, -- daniel On 17/10/2019 10:00, Julia Boes wrote: Hi, One test case had failed with preferIPv6Addresses=true due to an expected return value that was set incorrectly. This is fixed in the webrev below. Updated webrev: http://cr.openjdk.java.net/~jboes