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
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
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