mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Fix TLS shutdown and error output
This commit is contained in:
@@ -790,7 +790,7 @@ bad:
|
||||
continue;
|
||||
}
|
||||
}
|
||||
sent_len = strlen(send_buf) + 1;
|
||||
sent_len = strlen(send_buf);
|
||||
sent_offset = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user