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 a598cb4 commit bbe367aCopy full SHA for bbe367a
src/details/http_endpoint.cpp
@@ -114,7 +114,7 @@ http_endpoint::http_endpoint
114
if(use_regex)
115
{
116
this->url_normalized += "$";
117
- this->re_url_normalized = std::regex(url_normalized, std::regex_constants::icase & std::regex_constants::nosubs & std::regex_constants::extended);
+ this->re_url_normalized = std::regex(url_normalized, std::regex_constants::icase | std::regex_constants::nosubs | std::regex_constants::extended);
118
this->reg_compiled = true;
119
}
120
0 commit comments