This review is for a test only change. It resolves a rare intermittent
failure.
The issue is that the test creates, retrieves the local port, and
immediately closes a server socket. It then expects this port to refuse
subsequent connections. This is an anti-pattern, since on a busy machine
the por
This review request resolves an issue where IPv6 socket addresses, used
in socket connect, are not correctly enclosed in square brackets when
tunneling over HTTP.
http://cr.openjdk.java.net/~chegar/8220663/
-Chris.