Home
last modified time | relevance | path

Searched refs:HDOP_STRIP_X_FORWARDED_FOR (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp2.h199 HDOP_STRIP_X_FORWARDED_FOR = 1 << 1, enumerator
211 HDOP_STRIP_ALL = HDOP_STRIP_FORWARDED | HDOP_STRIP_X_FORWARDED_FOR |
H A Dhttp3.cc136 if (flags & http2::HDOP_STRIP_X_FORWARDED_FOR) { in copy_headers_to_nva_internal()
H A 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()
H A Dshrpx_http2_downstream_connection.cc338 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()
H A 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()
H A Dshrpx_http_downstream_connection.cc536 (xffconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) | in push_request_headers()

Completed in 8 milliseconds