chore(NetSSL_Win): rewrite handshake logic to support non-blocking sockets

This commit is contained in:
Günter Obiltschnig
2024-11-26 19:20:03 +01:00
parent 0eb2e1b3b3
commit 663232b8b8
5 changed files with 565 additions and 419 deletions

View File

@@ -35,7 +35,7 @@ public:
/// Non-case sensitive conversion of a string to a VerificationMode enum.
/// If verMode is illegal an OptionException is thrown.
static const std::string& formatError(long errCode);
static std::string formatError(long errCode);
/// Converts an winerror.h code into human readable form.
private: