-
Bug
-
Resolution: Unresolved
-
P4
-
20
-
None
Spotted while investigating JDK-8293562.
SSLSocket.close attempts to clear the read buffer before closing the socket. If the read buffer is empty, this attempt blocks until the peer responds, or until the socket read timeout expires. See attached reproducer (requires keystore+truststore, not included)
Expected result:
SSLSocket close does not wait for the server to respond
SSLSocket.close attempts to clear the read buffer before closing the socket. If the read buffer is empty, this attempt blocks until the peer responds, or until the socket read timeout expires. See attached reproducer (requires keystore+truststore, not included)
Expected result:
SSLSocket close does not wait for the server to respond
- duplicates
-
JDK-8241239 Output lock blocks SSLSocketImpl.close() when underlying socket stuck in write()
-
- In Progress
-
- relates to
-
JDK-8293562 KeepAliveCache Blocks Threads while Closing Connections
-
- Closed
-