Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc332 auto &xffconf = httpconf.xff; in push_request_headers() local
338 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()
390 auto xff = xffconf.strip_incoming ? nullptr in push_request_headers()
393 if (xffconf.add) { in push_request_headers()
Dshrpx_http_downstream_connection.cc530 auto &xffconf = httpconf.xff; in push_request_headers() local
536 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()
639 auto xff = xffconf.strip_incoming ? nullptr in push_request_headers()
642 if (xffconf.add) { in push_request_headers()