mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 03:57:21 +01:00
chore(NetSSL_Win): rewrite handshake logic to support non-blocking sockets
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user