Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConfig.h696 char *proxy_response_server_string = nullptr; // This does not get free'd by us! member
888 ats_free(oride.proxy_response_server_string); in ~HttpConfigParams()
H A DHttpConfig.cc1244 …HttpEstablishStaticConfigStringAlloc(c.oride.proxy_response_server_string, "proxy.config.http.resp… in startup()
1246 c.oride.proxy_response_server_string ? strlen(c.oride.proxy_response_server_string) : 0; in startup()
1532 …params->oride.proxy_response_server_string = ats_strdup(m_master.oride.proxy_response_server_strin… in reconfigure()
1534 …params->oride.proxy_response_server_string ? strlen(params->oride.proxy_response_server_string) : … in reconfigure()
H A DHttpTransactHeaders.cc1122 if (http_txn_conf->proxy_response_server_enabled && http_txn_conf->proxy_response_server_string) { in add_server_header_to_response()
1137 Debug("http_trans", "Adding Server: %s", http_txn_conf->proxy_response_server_string); in add_server_header_to_response()
1138 header->field_value_set(ua_field, http_txn_conf->proxy_response_server_string, in add_server_header_to_response()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc8697 ret = _memberp_to_generic(&overridableHttpConfig->proxy_response_server_string, conv); in _conf_to_memberp()
8995 …s->t_state.my_txn_conf().proxy_response_server_string = const_cast<char *>(value); // The "cor… in TSHttpTxnConfigStringSet()
8998 s->t_state.my_txn_conf().proxy_response_server_string = nullptr; in TSHttpTxnConfigStringSet()
9101 *value = sm->t_state.txn_conf->proxy_response_server_string; in TSHttpTxnConfigStringGet()