On Fri, 23 Sep 2022 10:58:19 GMT, Daniel Fuchs <[email protected]> wrote:

> we should set the SO_TIMEOUT only for SSLSockets (in the HttpsClient subclass)

Done.
> and make sure we do it everywhere where serverSocket.close() is called.

The only other place is `checkURLSpoofing`; I'd rather not touch that method 
here. It does not block the KeepAliveCache.
> we should try catch and ignore exception

Done.

-------------

PR: https://git.openjdk.org/jdk/pull/10401

Reply via email to