Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2.h195 HDOP_STRIP_FORWARDED = 1, enumerator
211 HDOP_STRIP_ALL = HDOP_STRIP_FORWARDED | HDOP_STRIP_X_FORWARDED_FOR |
Dhttp3.cc123 if (flags & http2::HDOP_STRIP_FORWARDED) { in copy_headers_to_nva_internal()
Dshrpx_http2_downstream_connection.cc337 (fwdconf.strip_incoming ? http2::HDOP_STRIP_FORWARDED : 0) | in push_request_headers()
Dhttp2.cc410 if (flags & HDOP_STRIP_FORWARDED) { in copy_headers_to_nva_internal()
514 if (flags & HDOP_STRIP_FORWARDED) { in build_http1_headers_from_headers()
Dshrpx_http_downstream_connection.cc535 (fwdconf.strip_incoming ? http2::HDOP_STRIP_FORWARDED : 0) | in push_request_headers()