Home
last modified time | relevance | path

Searched refs:httpconf (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
927 auto &httpconf = config->http; in send_reply() local
933 if (httpconf.max_requests <= num_requests_ || in send_reply()
978 for (auto &p : httpconf.add_response_headers) { in send_reply()
1130 auto &httpconf = config->http; in on_downstream_header_complete() local
1163 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1214 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1216 buf->append(httpconf.altsvc_header_value); in on_downstream_header_complete()
1223 buf->append(httpconf.server_name); in on_downstream_header_complete()
1251 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc472 auto &httpconf = config->http; in push_request_headers() local
516 auto &fwdconf = httpconf.forwarded; in push_request_headers()
517 auto &xffconf = httpconf.xff; in push_request_headers()
518 auto &xfpconf = httpconf.xfp; in push_request_headers()
519 auto &earlydataconf = httpconf.early_data; in push_request_headers()
663 if (httpconf.no_via) { in push_request_headers()
682 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1055 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1074 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1084 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1510 auto &httpconf = config->http; in send_reply() local
1543 for (auto &p : httpconf.add_response_headers) { in send_reply()
1656 auto &httpconf = config->http; in on_downstream_header_complete() local
1731 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1807 if (httpconf.no_via) { in on_downstream_header_complete()
1831 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
921 auto &httpconf = config->http; in send_reply() local
927 if (httpconf.max_requests <= num_requests_ || in send_reply()
972 for (auto &p : httpconf.add_response_headers) { in send_reply()
1136 auto &httpconf = config->http; in on_downstream_header_complete() local
1169 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1220 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1223 auto &altsvcs = httpconf.altsvcs; in on_downstream_header_complete()
1235 buf->append(httpconf.server_name); in on_downstream_header_complete()
1263 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc470 auto &httpconf = config->http; in push_request_headers() local
514 auto &fwdconf = httpconf.forwarded; in push_request_headers()
515 auto &xffconf = httpconf.xff; in push_request_headers()
516 auto &xfpconf = httpconf.xfp; in push_request_headers()
517 auto &earlydataconf = httpconf.early_data; in push_request_headers()
658 if (httpconf.no_via) { in push_request_headers()
677 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1051 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1070 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1080 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1511 auto &httpconf = config->http; in send_reply() local
1544 for (auto &p : httpconf.add_response_headers) { in send_reply()
1657 auto &httpconf = config->http; in on_downstream_header_complete() local
1732 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1800 if (httpconf.no_via) { in on_downstream_header_complete()
1824 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http.cc39 auto &httpconf = get_config()->http; in create_error_html() local
41 const auto &error_pages = httpconf.error_pages; in create_error_html()
56 StringRef::from_lit("</h1><footer>"), httpconf.server_name, in create_error_html()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
921 auto &httpconf = config->http; in send_reply() local
927 if (httpconf.max_requests <= num_requests_ || in send_reply()
972 for (auto &p : httpconf.add_response_headers) { in send_reply()
1136 auto &httpconf = config->http; in on_downstream_header_complete() local
1169 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1220 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1223 auto &altsvcs = httpconf.altsvcs; in on_downstream_header_complete()
1235 buf->append(httpconf.server_name); in on_downstream_header_complete()
1263 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc470 auto &httpconf = config->http; in push_request_headers() local
514 auto &fwdconf = httpconf.forwarded; in push_request_headers()
515 auto &xffconf = httpconf.xff; in push_request_headers()
516 auto &xfpconf = httpconf.xfp; in push_request_headers()
517 auto &earlydataconf = httpconf.early_data; in push_request_headers()
658 if (httpconf.no_via) { in push_request_headers()
677 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1051 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1070 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1080 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1511 auto &httpconf = config->http; in send_reply() local
1544 for (auto &p : httpconf.add_response_headers) { in send_reply()
1657 auto &httpconf = config->http; in on_downstream_header_complete() local
1732 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1800 if (httpconf.no_via) { in on_downstream_header_complete()
1824 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
927 auto &httpconf = config->http; in send_reply() local
933 if (httpconf.max_requests <= num_requests_ || in send_reply()
978 for (auto &p : httpconf.add_response_headers) { in send_reply()
1130 auto &httpconf = config->http; in on_downstream_header_complete() local
1163 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1214 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1216 buf->append(httpconf.altsvc_header_value); in on_downstream_header_complete()
1223 buf->append(httpconf.server_name); in on_downstream_header_complete()
1251 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc472 auto &httpconf = config->http; in push_request_headers() local
516 auto &fwdconf = httpconf.forwarded; in push_request_headers()
517 auto &xffconf = httpconf.xff; in push_request_headers()
518 auto &xfpconf = httpconf.xfp; in push_request_headers()
519 auto &earlydataconf = httpconf.early_data; in push_request_headers()
663 if (httpconf.no_via) { in push_request_headers()
682 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1055 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1074 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1084 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1510 auto &httpconf = config->http; in send_reply() local
1543 for (auto &p : httpconf.add_response_headers) { in send_reply()
1656 auto &httpconf = config->http; in on_downstream_header_complete() local
1731 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1807 if (httpconf.no_via) { in on_downstream_header_complete()
1831 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
921 auto &httpconf = config->http; in send_reply() local
927 if (httpconf.max_requests <= num_requests_ || in send_reply()
972 for (auto &p : httpconf.add_response_headers) { in send_reply()
1136 auto &httpconf = config->http; in on_downstream_header_complete() local
1169 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1220 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1223 auto &altsvcs = httpconf.altsvcs; in on_downstream_header_complete()
1235 buf->append(httpconf.server_name); in on_downstream_header_complete()
1263 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc470 auto &httpconf = config->http; in push_request_headers() local
514 auto &fwdconf = httpconf.forwarded; in push_request_headers()
515 auto &xffconf = httpconf.xff; in push_request_headers()
516 auto &xfpconf = httpconf.xfp; in push_request_headers()
517 auto &earlydataconf = httpconf.early_data; in push_request_headers()
658 if (httpconf.no_via) { in push_request_headers()
677 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1051 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1070 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1080 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1511 auto &httpconf = config->http; in send_reply() local
1544 for (auto &p : httpconf.add_response_headers) { in send_reply()
1657 auto &httpconf = config->http; in on_downstream_header_complete() local
1732 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1800 if (httpconf.no_via) { in on_downstream_header_complete()
1824 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_http2_downstream_connection.cc255 auto &httpconf = config->http; in push_request_headers() local
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers()
294 httpconf.add_request_headers.size()); in push_request_headers()
331 auto &fwdconf = httpconf.forwarded; in push_request_headers()
332 auto &xffconf = httpconf.xff; in push_request_headers()
333 auto &xfpconf = httpconf.xfp; in push_request_headers()
334 auto &earlydataconf = httpconf.early_data; in push_request_headers()
428 if (httpconf.no_via) { in push_request_headers()
459 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
H A Dshrpx_https_upstream.cc165 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
927 auto &httpconf = config->http; in send_reply() local
933 if (httpconf.max_requests <= num_requests_ || in send_reply()
978 for (auto &p : httpconf.add_response_headers) { in send_reply()
1130 auto &httpconf = config->http; in on_downstream_header_complete() local
1163 if (httpconf.max_requests <= num_requests_ || in on_downstream_header_complete()
1214 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1216 buf->append(httpconf.altsvc_header_value); in on_downstream_header_complete()
1223 buf->append(httpconf.server_name); in on_downstream_header_complete()
1251 if (httpconf.no_via) { in on_downstream_header_complete()
[all …]
H A Dshrpx_http_downstream_connection.cc472 auto &httpconf = config->http; in push_request_headers() local
516 auto &fwdconf = httpconf.forwarded; in push_request_headers()
517 auto &xffconf = httpconf.xff; in push_request_headers()
518 auto &xfpconf = httpconf.xfp; in push_request_headers()
519 auto &earlydataconf = httpconf.early_data; in push_request_headers()
663 if (httpconf.no_via) { in push_request_headers()
682 for (auto &p : httpconf.add_request_headers) { in push_request_headers()
1055 const HttpConfig &httpconf) { in ensure_max_header_fields() argument
1074 auto &httpconf = get_config()->http; in htp_hdr_keycb() local
1084 if (ensure_max_header_fields(downstream, httpconf) != 0) { in htp_hdr_keycb()
[all …]
H A Dshrpx_http2_upstream.cc185 auto &httpconf = config->http; in on_header_callback2() local
188 httpconf.request_header_field_buffer || in on_header_callback2()
302 auto &httpconf = config->http; in on_start_request() local
303 if (httpconf.max_requests <= num_requests_) { in on_start_request()
1510 auto &httpconf = config->http; in send_reply() local
1543 for (auto &p : httpconf.add_response_headers) { in send_reply()
1656 auto &httpconf = config->http; in on_downstream_header_complete() local
1731 httpconf.add_response_headers.size()); in on_downstream_header_complete()
1807 if (httpconf.no_via) { in on_downstream_header_complete()
1831 for (auto &p : httpconf.add_response_headers) { in on_downstream_header_complete()
[all …]

12345678910>>...29