Home
last modified time | relevance | path

Searched refs:HDOP_STRIP_ALL (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_https_upstream.cc1171 http2::HDOP_STRIP_ALL); in on_downstream_header_complete()
1184 auto build_flags = (http2::HDOP_STRIP_ALL & ~http2::HDOP_STRIP_VIA) | in on_downstream_header_complete()
1351 http2::HDOP_STRIP_ALL); in on_downstream_body_complete()
Dhttp2.h211 HDOP_STRIP_ALL = HDOP_STRIP_FORWARDED | HDOP_STRIP_X_FORWARDED_FOR | enumerator
Dhttp2_test.cc217 http2::copy_headers_to_nva(nva, headers2, http2::HDOP_STRIP_ALL); in test_http2_copy_headers_to_nva()
249 http2::HDOP_STRIP_ALL); in test_http2_build_http1_headers_from_headers()
Dshrpx_http2_downstream_connection.cc205 http2::copy_headers_to_nva_nocopy(nva, trailers, http2::HDOP_STRIP_ALL); in http2_data_read_callback()
Dshrpx_http2_upstream.cc1482 http2::copy_headers_to_nva_nocopy(nva, trailers, http2::HDOP_STRIP_ALL); in downstream_data_read_callback()
1750 http2::HDOP_STRIP_ALL); in on_downstream_header_complete()
1770 auto striphd_flags = http2::HDOP_STRIP_ALL & ~http2::HDOP_STRIP_VIA; in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1292 http2::HDOP_STRIP_ALL); in on_downstream_header_complete()
1311 auto striphd_flags = http2::HDOP_STRIP_ALL & ~http2::HDOP_STRIP_VIA; in on_downstream_header_complete()
1445 http3::copy_headers_to_nva_nocopy(nva, trailers, http2::HDOP_STRIP_ALL); in on_downstream_body_complete()
Dshrpx_http_downstream_connection.cc820 http2::HDOP_STRIP_ALL); in end_upload_data_chunk()