mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-11 02:25:59 +01:00
fix(NetSSL): NetSSL_OpenSSL: non-blocking functions return value #4906
This commit is contained in:
@@ -320,6 +320,7 @@ protected:
|
||||
bool stateMachine();
|
||||
State getState() const;
|
||||
void setState(State st);
|
||||
static int stateToReturnValue(State state);
|
||||
static bool isLocalHost(const std::string& hostName);
|
||||
|
||||
#ifdef ENABLE_PRINT_STATE
|
||||
|
||||
Reference in New Issue
Block a user