Skip to content

Commit

Permalink
Fix function proxy_auth_error_message missing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 13, 2023
1 parent d139aa2 commit 6ce429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ R"x*x(<html>
PROXY_AUTH_ILLEGAL,
};

std::string proxy_auth_error_message(int code)
inline std::string proxy_auth_error_message(int code) const
{
switch (code)
{
Expand Down

0 comments on commit 6ce429c

Please sign in to comment.