Home
last modified time | relevance | path

Searched refs:proxy_request_via_string (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConfig.h751 char *proxy_request_via_string = nullptr; member
883 ats_free(proxy_request_via_string); in ~HttpConfigParams()
H A DHttpConfig.cc1147 …HttpEstablishStaticConfigStringAlloc(c.proxy_request_via_string, "proxy.config.http.request_via_st… in startup()
1434 params->proxy_request_via_string = ats_strdup(m_master.proxy_request_via_string); in reconfigure()
1435 …oxy_request_via_string_len = (params->proxy_request_via_string) ? strlen(params->proxy_reques… in reconfigure()
H A DHttpTransactHeaders.cc770 …memcpy(via_string, s->http_config_param->proxy_request_via_string, s->http_config_param->proxy_req… in insert_via_header_in_request()
H A DHttpTransact.cc6602 uuid, s->http_config_param->proxy_request_via_string); in will_this_request_self_loop()