fix tls sockets

This commit is contained in:
ading2210 2024-03-12 17:43:59 -04:00
parent 1748ca7dd9
commit 45b0084c79
8 changed files with 29 additions and 25 deletions

View file

@ -2,4 +2,4 @@
int starts_with(const char *a, const char *b);
struct RequestInfo* get_handle_info(CURL* http_handle);
struct RequestInfo* get_request_info(CURL* http_handle);