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 22ae7fb commit eb563d3Copy full SHA for eb563d3
Release/tests/functional/http/client/timeout_handler.h
@@ -28,7 +28,7 @@
28
namespace tests { namespace functional { namespace http { namespace client {
29
30
// helper function to check if failure is due to timeout.
31
-bool is_timeout(const std::string &msg)
+inline bool is_timeout(const std::string &msg)
32
{
33
if (msg.find("The operation timed out") != std::string::npos /* WinHTTP */ ||
34
msg.find("The operation was timed out") != std::string::npos /* IXmlHttpRequest2 */)
0 commit comments