Searched refs:request_authority (Results 1 – 2 of 2) sorted by relevance
634 const StringRef &request_authority, in rewrite_location_uri() argument648 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()
289 const StringRef &request_authority,