Convert utf-8 files to ascii

This commit is contained in:
Zhi Guan
2024-05-25 18:29:11 +08:00
parent d719ee4862
commit 39af190b9b
8 changed files with 13 additions and 53 deletions

View File

@@ -148,7 +148,7 @@ restart:
}
if (tls_do_handshake(&conn) != 1) {
error_print(); // 为什么这个会触发呢?
error_print();
return -1;
}