Fix re-review: remove __thread from io_ssl (breaks -m), strtol port parsing, --ca warning

This commit is contained in:
2026-07-16 17:08:15 +02:00
parent 864eb1316d
commit 20ede4391c
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
static __thread int io_read_fd = -1;
static __thread int io_write_fd = -1;
static __thread SSL *io_ssl = NULL;
static SSL *io_ssl = NULL;
static unsigned long long io_bwlimit = 0;
static long long bw_tokens = 0;