Skip to content

Commit 35121f6

Browse files
committed
Close inBound on pre-handshake closeOutbound
1 parent 6d05a93 commit 35121f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/com/wolfssl/provider/jsse/WolfSSLEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ public synchronized void closeOutbound() {
20932093

20942094
/* If handshake has not started yet, close inBound as well */
20952095
if (needInit) {
2096-
inBoundOpen = true;
2096+
inBoundOpen = false;
20972097
}
20982098

20992099
/* Update status based on internal state. Some calling applications

0 commit comments

Comments
 (0)