mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8234408: Improve TLS session handling
Reviewed-by: ascarpino, jjiang, ahgross, ssahoo, mullan
This commit is contained in:
parent
3dd1fd2964
commit
72c7b49b0a
4 changed files with 4 additions and 18 deletions
|
@ -360,7 +360,7 @@ public final class SSLSocketImpl
|
|||
SSLLogger.severe("handshake failed", ioe);
|
||||
}
|
||||
|
||||
return SSLSessionImpl.nullSession;
|
||||
return new SSLSessionImpl();
|
||||
}
|
||||
|
||||
return conContext.conSession;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue