Update print messages

This commit is contained in:
Zhi Guan
2026-06-20 11:40:27 +08:00
parent 9a25e2a444
commit f84606876a
7 changed files with 16 additions and 17 deletions

View File

@@ -817,7 +817,6 @@ bad:
}
tls_connect_print(stderr, 0, 0, NULL, &conn);
fprintf(stderr, "\n");
if (get) {
snprintf(buf, sizeof(buf), "GET %s HTTP/1.1\r\nHost: %s\r\n\r\n", get, host);