Lines Matching refs:http2
150 auto &timeoutconf = get_config()->http2.timeout; in Downstream()
305 if (kv.token != http2::HD_COOKIE || kv.value.empty()) { in assemble_request_cookie()
316 if (kv.token != http2::HD_COOKIE || kv.value.empty()) { in assemble_request_cookie()
345 if (kv.token != http2::HD_COOKIE) { in find_affinity_cookie()
389 if (kv.token != http2::HD_COOKIE) { in count_crumble_request_cookie()
409 if (kv.token != http2::HD_COOKIE) { in crumble_request_cookie()
465 item.token = http2::lookup_token(item.name); in append_last_header_key()
485 if (kv.token != http2::HD_CONTENT_LENGTH) { in parse_content_length()
532 auto token = http2::lookup_token(name_ref); in alloc_add_header_name()
562 auto token = http2::lookup_token(name_ref); in alloc_add_trailer_name()
580 case http2::HD_CONTENT_LENGTH: in erase_content_length_and_transfer_encoding()
581 case http2::HD_TRANSFER_ENCODING: in erase_content_length_and_transfer_encoding()
691 auto hd = resp_.fs.header(http2::HD_LOCATION); in rewrite_location_response_header()
706 auto new_uri = http2::rewrite_location_uri(balloc_, hd->value, u, in rewrite_location_response_header()
801 auto accept = resp_.fs.header(http2::HD_SEC_WEBSOCKET_ACCEPT); in check_upgrade_fulfilled_http1()
808 http2::make_websocket_accept_token(accept_buf.data(), ws_key_); in check_upgrade_fulfilled_http1()
836 auto upgrade = req_.fs.header(http2::HD_UPGRADE); in inspect_http1_request()
854 auto transfer_encoding = req_.fs.header(http2::HD_TRANSFER_ENCODING); in inspect_http1_request()
862 auto expect = req_.fs.header(http2::HD_EXPECT); in inspect_http1_request()
869 auto transfer_encoding = resp_.fs.header(http2::HD_TRANSFER_ENCODING); in inspect_http1_response()
895 return req_.http2_upgrade_seen && req_.fs.header(http2::HD_HTTP2_SETTINGS) && in get_http2_upgrade_request()
900 auto http2_settings = req_.fs.header(http2::HD_HTTP2_SETTINGS); in get_http2_settings()
933 http2::expect_response_body(req_.method, resp_.http_status); in expect_response_body()
972 if (get_config()->http2.timeout.stream_read == 0.) { in reset_upstream_rtimer()
981 auto &timeoutconf = get_config()->http2.timeout; in reset_upstream_wtimer()
992 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_upstream_wtimer()
1000 if (get_config()->http2.timeout.stream_read == 0.) { in disable_upstream_rtimer()
1008 if (get_config()->http2.timeout.stream_write == 0.) { in disable_upstream_wtimer()
1016 if (get_config()->http2.timeout.stream_read == 0.) { in reset_downstream_rtimer()
1025 auto &timeoutconf = get_config()->http2.timeout; in reset_downstream_wtimer()
1036 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_downstream_wtimer()
1044 if (get_config()->http2.timeout.stream_read == 0.) { in disable_downstream_rtimer()
1052 if (get_config()->http2.timeout.stream_write == 0.) { in disable_downstream_wtimer()