Home
last modified time | relevance | path

Searched refs:HDOP_STRIP_X_FORWARDED_PROTO (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h203 HDOP_STRIP_X_FORWARDED_PROTO = 1 << 2, enumerator
212 HDOP_STRIP_X_FORWARDED_PROTO | HDOP_STRIP_VIA |
Dshrpx_http2_downstream_connection.cc339 (xfpconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_PROTO : 0) | in push_request_headers()
Dhttp2.cc436 if (flags & HDOP_STRIP_X_FORWARDED_PROTO) { in copy_headers_to_nva_internal()
540 if (flags & HDOP_STRIP_X_FORWARDED_PROTO) { in build_http1_headers_from_headers()
Dshrpx_http_downstream_connection.cc522 (xfpconf.strip_incoming ? http2::HDOP_STRIP_X_FORWARDED_PROTO : 0) | in push_request_headers()