Skip to content

Commit 87fec31

Browse files
committed
Close inBound on pre-handshake closeOutbound
1 parent 3774c3a commit 87fec31

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
@@ -2040,7 +2040,7 @@ public synchronized void closeOutbound() {
20402040

20412041
/* If handshake has not started yet, close inBound as well */
20422042
if (needInit) {
2043-
inBoundOpen = true;
2043+
inBoundOpen = false;
20442044
}
20452045

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

0 commit comments

Comments
 (0)