(tls options client) TLSOptions struct _validated member should be initialized to false
This commit is contained in:
@ -45,6 +45,6 @@ namespace ix
|
||||
|
||||
private:
|
||||
mutable std::string _errMsg;
|
||||
mutable bool _validated;
|
||||
mutable bool _validated = false;
|
||||
};
|
||||
} // namespace ix
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "7.5.4"
|
||||
#define IX_WEBSOCKET_VERSION "7.5.5"
|
||||
|
Reference in New Issue
Block a user