Skip to content

Commit

Permalink
Missing inline for proxy_server::region_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 18, 2024
1 parent 06d4bda commit 55a0ce6
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 @@ -5413,7 +5413,7 @@ R"x*x*x(<html>
}
}

bool region_filter(const std::vector<std::string>& local_info) const noexcept
inline bool region_filter(const std::vector<std::string>& local_info) const noexcept
{
auto& deny_region = m_option.deny_regions_;
auto& allow_region = m_option.allow_regions_;
Expand Down

0 comments on commit 55a0ce6

Please sign in to comment.