Revert "Merge pull request 'Fix integration issues: ssl_ctx init + test API updates' (#85) from fix/integration-cleanup into main"
This reverts commite1f9ba090f, reversing changes made to8f25f6a6b6.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user