Searched refs:xfp (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_downstream_connection.cc | 333 auto &xfpconf = httpconf.xfp; in push_request_headers() 408 auto xfp = xfpconf.strip_incoming in push_request_headers() local 415 if (xfp) { in push_request_headers() 416 xfp_value = concat_string_ref(balloc, xfp->value, in push_request_headers() 422 } else if (xfp) { in push_request_headers() 423 nva.push_back(http2::make_nv_ls_nocopy("x-forwarded-proto", xfp->value)); in push_request_headers()
|
D | shrpx_http_downstream_connection.cc | 516 auto &xfpconf = httpconf.xfp; in push_request_headers() 638 auto xfp = xfpconf.strip_incoming in push_request_headers() local 644 if (xfp) { in push_request_headers() 645 buf->append((*xfp).value); in push_request_headers() 651 } else if (xfp) { in push_request_headers() 653 buf->append((*xfp).value); in push_request_headers()
|
D | shrpx_config.h | 728 } xfp; member
|
D | shrpx.cc | 1489 httpconf.xfp.add = true; in fill_default_config() 1490 httpconf.xfp.strip_incoming = true; in fill_default_config()
|
D | shrpx_config.cc | 3735 config->http.xfp.add = !util::strieq_l("yes", optarg); in parse_config() 3739 config->http.xfp.strip_incoming = !util::strieq_l("yes", optarg); in parse_config()
|
/third_party/icu/tools/multi/c/ |
D | Makefile | 59 ( cd $(BLD)/r$* ; gunzip -d < $^ | tar xfp - ) 67 ( cd $(BLD)/$* ; gunzip -d < $^ | tar xfp - )
|
/third_party/nghttp2/integration-tests/ |
D | nghttpx_http2_test.go | 43 xfp := r.Header.Get("X-Forwarded-Proto") 44 if got, want := xfp, "foo, http"; got != want { 68 xfp := r.Header.Get("X-Forwarded-Proto") 69 if got, want := xfp, "foo"; got != want { 93 xfp := r.Header.Get("X-Forwarded-Proto") 94 if got, want := xfp, "http"; got != want { 2195 xfp := r.Header.Get("X-Forwarded-Proto") 2196 if got, want := xfp, "foo, http"; got != want { 2220 xfp := r.Header.Get("X-Forwarded-Proto") 2221 if got, want := xfp, "foo"; got != want { [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 51613 zu^X0dJ0-s6{SO#xfp+ZV(hWyCtCMlY<QTy0ICbOAXR4oK-7sFl@l&UdoLV0H!jp`N
|