Skip to content

Commit eb563d3

Browse files
committed
Adding missing inline for timeout test helper function.
1 parent 22ae7fb commit eb563d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/http/client/timeout_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace tests { namespace functional { namespace http { namespace client {
2929

3030
// helper function to check if failure is due to timeout.
31-
bool is_timeout(const std::string &msg)
31+
inline bool is_timeout(const std::string &msg)
3232
{
3333
if (msg.find("The operation timed out") != std::string::npos /* WinHTTP */ ||
3434
msg.find("The operation was timed out") != std::string::npos /* IXmlHttpRequest2 */)

0 commit comments

Comments
 (0)