Home
last modified time | relevance | path

Searched refs:HDOP_STRIP_X_FORWARDED_FOR (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h199 HDOP_STRIP_X_FORWARDED_FOR = 1 << 1, enumerator
211 HDOP_STRIP_ALL = HDOP_STRIP_FORWARDED | HDOP_STRIP_X_FORWARDED_FOR |
Dhttp2_test.cc179 http2::HDOP_STRIP_X_FORWARDED_FOR); in test_http2_copy_headers_to_nva()
194 http2::copy_headers_to_nva(nva, headers, http2::HDOP_STRIP_X_FORWARDED_FOR); in test_http2_copy_headers_to_nva()
225 http2::HDOP_STRIP_X_FORWARDED_FOR); in test_http2_build_http1_headers_from_headers()
Dshrpx_http2_downstream_connection.cc338 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()
Dhttp2.cc423 if (flags & HDOP_STRIP_X_FORWARDED_FOR) { in copy_headers_to_nva_internal()
527 if (flags & HDOP_STRIP_X_FORWARDED_FOR) { in build_http1_headers_from_headers()
Dshrpx_http_downstream_connection.cc521 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()