Add option for HTTPS clients to not verify the peer's certificate

This commit is contained in:
2025-11-29 19:56:09 +01:00
parent 008772aef1
commit 954bcb7e3e
8 changed files with 70 additions and 10 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ void http_server_process_events(HTTP_Server *server,
if (events[i].type == SOCKET_EVENT_DISCONNECT) {
http_server_conn_free(conn);
http_server_conn_free(conn); // TODO: what if this was in the ready queue?
server->num_conns--;
} else if (events[i].type == SOCKET_EVENT_READY) {