Fix TLS shutdown and error output

This commit is contained in:
Zhi Guan
2026-06-13 07:03:35 +08:00
parent 1ed2cfdcc4
commit b3bc3bb803
7 changed files with 35 additions and 31 deletions

View File

@@ -790,7 +790,7 @@ bad:
continue;
}
}
sent_len = strlen(send_buf) + 1;
sent_len = strlen(send_buf);
sent_offset = 0;
}