Daniel Fuchs

Results 58 comments of Daniel Fuchs

FWIW: I don't believe a change to a link in a comment in an internal class requires a CSR. For PortConfig.java - it would be good to have someone involved...

> > The problem is, that such IBM links do not work very long. In one or a view years this link again might point to nirvana. > > Should...

I would prefer to split this PR into two fixes: - a first fix that simply adds the new API to SimpleSSLContext, without removing the old API. - a second...

> I checked all other uses of `CHM.compute` in the `java.net.http` module; most of them are trivially correct. The ones in `AltServiceRegistry` are not trivial, and might need to be...

> @djelinski Oops, you're right! I moved `goAwaySentLatch.await()` back to its original position and now it works as expected - only 1 connection is created initially, and the other 2...

> It's a bit odd that this `sun.net.util.IPAddressUtil.isIPv6LiteralAddress("[::1]")` returns false where as `InetAddress.ofLiteral("[::1]")` returns a valid `InetAddress`. But `IPAddressUtil` is an internal implementation util, so that's what the expectation maybe...