Home
last modified time | relevance | path

Searched refs:request_authority (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.cc634 const StringRef &request_authority, in rewrite_location_uri() argument
648 if (!request_authority.empty()) { in rewrite_location_uri()
649 len += upstream_scheme.size() + str_size("://") + request_authority.size(); in rewrite_location_uri()
670 if (!request_authority.empty()) { in rewrite_location_uri()
673 p = std::copy(std::begin(request_authority), std::end(request_authority), in rewrite_location_uri()
Dhttp2.h289 const StringRef &request_authority,