We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2baff commit a5a756eCopy full SHA for a5a756e
Release/tests/functional/websockets/client/authentication_tests.cpp
@@ -91,7 +91,7 @@ bool is_timeout(const std::string &msg)
91
{
92
if (msg.find("set_fail_handler") != std::string::npos)
93
94
- if (msg.find("TLS handshake timed out") != std::string::npos || msg.find("Timer Expired") != std::string::npos)
+ if (msg.find("handshake timed out") != std::string::npos || msg.find("Timer Expired") != std::string::npos)
95
96
return true;
97
}
0 commit comments