We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9daf8a commit 4d7a3eaCopy full SHA for 4d7a3ea
1 file changed
src/java/com/wolfssl/provider/jsse/WolfSSLEngine.java
@@ -962,6 +962,7 @@ else if ((produced > 0) && !inBoundOpen &&
962
* since we won't be sending anything after the alert went
963
* out. */
964
this.outBoundOpen = false;
965
+ this.closed = true;
966
}
967
else if (produced == 0) {
968
/* continue handshake or application data */
@@ -1671,6 +1672,7 @@ else if (ret < 0 &&
1671
1672
* close outbound since we won't be receiving
1673
* any more data */
1674
1675
1676
1677
/* Throw SSLHandshakeException if handshake not
1678
* finished, otherwise throw SSLException for
0 commit comments