Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:strip_incoming
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_http2_downstream_connection.cc
337
(fwdconf.
strip_incoming
? http2::HDOP_STRIP_FORWARDED : 0) |
in push_request_headers()
338
(xffconf.
strip_incoming
? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) |
in push_request_headers()
339
(xfpconf.
strip_incoming
? http2::HDOP_STRIP_X_FORWARDED_PROTO : 0) |
in push_request_headers()
340
(earlydataconf.
strip_incoming
? http2::HDOP_STRIP_EARLY_DATA : 0) |
in push_request_headers()
361
fwdconf.
strip_incoming
? nullptr : req.fs.header(http2::HD_FORWARDED);
in push_request_headers()
390
auto xff = xffconf.
strip_incoming
? nullptr
in push_request_headers()
408
auto xfp = xfpconf.
strip_incoming
in push_request_headers()
H
A
D
shrpx_http_downstream_connection.cc
535
(fwdconf.
strip_incoming
? http2::HDOP_STRIP_FORWARDED : 0) |
in push_request_headers()
536
(xffconf.
strip_incoming
? http2::HDOP_STRIP_X_FORWARDED_FOR : 0) |
in push_request_headers()
537
(xfpconf.
strip_incoming
? http2::HDOP_STRIP_X_FORWARDED_PROTO : 0) |
in push_request_headers()
538
(earlydataconf.
strip_incoming
? http2::HDOP_STRIP_EARLY_DATA : 0) |
in push_request_headers()
608
fwdconf.
strip_incoming
? nullptr : req.fs.header(http2::HD_FORWARDED);
in push_request_headers()
639
auto xff = xffconf.
strip_incoming
? nullptr
in push_request_headers()
656
auto xfp = xfpconf.
strip_incoming
in push_request_headers()
H
A
D
shrpx_config.h
848
bool
strip_incoming
;
member
852
bool
strip_incoming
;
member
856
bool
strip_incoming
;
member
859
bool
strip_incoming
;
member
H
A
D
shrpx_config.cc
3011
config->http.xff.
strip_incoming
= util::strieq_l("yes", optarg);
in parse_config()
3691
config->http.forwarded.
strip_incoming
= util::strieq_l("yes", optarg);
in parse_config()
3980
config->http.xfp.
strip_incoming
= !util::strieq_l("yes", optarg);
in parse_config()
4007
config->http.early_data.
strip_incoming
= !util::strieq_l("yes", optarg);
in parse_config()
H
A
D
shrpx.cc
2011
httpconf.xfp.
strip_incoming
= true;
in fill_default_config()
2012
httpconf.early_data.
strip_incoming
= true;
in fill_default_config()
Completed in 21 milliseconds