Harden threading and path handling

This commit is contained in:
Mario Fetka
2026-07-14 17:54:26 +02:00
parent 9d8296bf66
commit acbbb468a6
6 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void connection_show_message(connection_t * connection,
const char *format, ...);
void connection_calc_ratebps(connection_t * connection);
void connection_throttle_bps(connection_t * connection);
void get_url_info_loop(connection_t * connection);
void *get_url_info_loop(void *opaque);
size_t write_data_with_lock(connection_t *connection, const void *ptr, size_t size, size_t nmemb);
#ifdef __cplusplus