fix ws curl error message + some Windows warnings

This commit is contained in:
Benjamin Sergeant
2020-12-12 11:00:55 -08:00
parent 2fac4bd9ef
commit 93ad709dfd
6 changed files with 12 additions and 5 deletions

View File

@ -9,6 +9,7 @@
#include "IXConnectionState.h"
#include "IXSelectInterrupt.h"
#include "IXSocketTLSOptions.h"
#include "IXNetSystem.h"
#include <atomic>
#include <condition_variable>
#include <functional>
@ -75,7 +76,7 @@ namespace ix
int _addressFamily;
// socket for accepting connections
int _serverFd;
socket_t _serverFd;
std::atomic<bool> _stop;