We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ee6e commit aa52ea4Copy full SHA for aa52ea4
1 file changed
src/java/com/wolfssl/provider/jsse/WolfSSLSocket.java
@@ -1781,7 +1781,7 @@ public synchronized SSLParameters getSSLParameters() {
1781
* @throws SSLException if native JNI call fails or underlying
1782
* WolfSSLSession has been freed
1783
*/
1784
- public boolean sessionResumed() throws SSLException {
+ public synchronized boolean sessionResumed() throws SSLException {
1785
if (this.ssl != null) {
1786
try {
1787
int resume = this.ssl.sessionReused();
0 commit comments