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 779d9c3 commit ce2baffCopy full SHA for ce2baff
Release/tests/functional/http/client/outside_tests.cpp
@@ -48,7 +48,8 @@ SUITE(outside_tests)
48
// helper function to check if failure is due to timeout.
49
bool is_timeout(const std::string &msg)
50
{
51
- if (msg.find("The operation timed out") != std::string::npos)
+ if (msg.find("The operation timed out") != std::string::npos /* WinHTTP */ ||
52
+ msg.find("The operation was timed out") != std::string:npos /* IXmlHttpRequest2 */)
53
54
return true;
55
}
0 commit comments