mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Remove unnecessary namespace qualifications
This commit is contained in:
@@ -410,7 +410,7 @@ void copy_headers_to_nva_internal(std::vector<nghttp2_nv> &nva,
|
||||
break;
|
||||
}
|
||||
nva.push_back(make_field_flags(kv->name, kv->value,
|
||||
nv_flags | http2::no_index(kv->no_index)));
|
||||
nv_flags | no_index(kv->no_index)));
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
@@ -1639,7 +1639,7 @@ int construct_push_component(BlockAllocator &balloc, StringRef &scheme,
|
||||
}
|
||||
}
|
||||
|
||||
path = http2::path_join(balloc, base, StringRef{}, rel, relq);
|
||||
path = path_join(balloc, base, StringRef{}, rel, relq);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user