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 a5a756e commit 73f31ffCopy full SHA for 73f31ff
Release/tests/functional/http/client/outside_tests.cpp
@@ -49,7 +49,7 @@ SUITE(outside_tests)
49
bool is_timeout(const std::string &msg)
50
{
51
if (msg.find("The operation timed out") != std::string::npos /* WinHTTP */ ||
52
- msg.find("The operation was timed out") != std::string:npos /* IXmlHttpRequest2 */)
+ msg.find("The operation was timed out") != std::string::npos /* IXmlHttpRequest2 */)
53
54
return true;
55
}
0 commit comments