clang-format
This commit is contained in:
parent
0be0526085
commit
7a212cfe40
@ -5723,7 +5723,8 @@ inline bool parse_www_authenticate(const Response &res,
|
|||||||
bool is_proxy) {
|
bool is_proxy) {
|
||||||
auto auth_key = is_proxy ? "Proxy-Authenticate" : "WWW-Authenticate";
|
auto auth_key = is_proxy ? "Proxy-Authenticate" : "WWW-Authenticate";
|
||||||
if (res.has_header(auth_key)) {
|
if (res.has_header(auth_key)) {
|
||||||
thread_local auto re = std::regex(R"~((?:(?:,\s*)?(.+?)=(?:"(.*?)"|([^,]*))))~");
|
thread_local auto re =
|
||||||
|
std::regex(R"~((?:(?:,\s*)?(.+?)=(?:"(.*?)"|([^,]*))))~");
|
||||||
auto s = res.get_header_value(auth_key);
|
auto s = res.get_header_value(auth_key);
|
||||||
auto pos = s.find(' ');
|
auto pos = s.find(' ');
|
||||||
if (pos != std::string::npos) {
|
if (pos != std::string::npos) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user