Revert "Merge pull request 'Fix integration issues: ssl_ctx init + test API updates' (#85) from fix/integration-cleanup into main"

This reverts commit e1f9ba090f, reversing
changes made to 8f25f6a6b6.
This commit is contained in:
2026-07-20 19:36:09 +02:00
parent e1f9ba090f
commit 2f9a4fac78
3 changed files with 8 additions and 10 deletions
-1
View File
@@ -41,7 +41,6 @@ Server* server_create(int port) {
return NULL;
}
memset(&server->address, 0, sizeof(server->address));
server->ssl_ctx = NULL;
// Try IPv6 first, fall back to IPv4
int fd = socket(AF_INET6, SOCK_STREAM, 0);