Home
last modified time | relevance | path

Searched refs:HD_COOKIE (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_test.cc94 true, http2::HD_COOKIE); in test_downstream_crumble_request_cookie()
97 http2::HD_COOKIE); in test_downstream_crumble_request_cookie()
99 StringRef::from_lit("echo"), false, http2::HD_COOKIE); in test_downstream_crumble_request_cookie()
140 http2::HD_COOKIE); in test_downstream_assemble_request_cookie()
143 http2::HD_COOKIE); in test_downstream_assemble_request_cookie()
146 http2::HD_COOKIE); in test_downstream_assemble_request_cookie()
149 http2::HD_COOKIE); in test_downstream_assemble_request_cookie()
202 http2::HD_COOKIE); in test_downstream_find_affinity_cookie()
205 http2::HD_COOKIE); in test_downstream_find_affinity_cookie()
211 http2::HD_COOKIE); in test_downstream_find_affinity_cookie()
[all …]
Dshrpx_downstream.cc315 if (kv.token != http2::HD_COOKIE || kv.value.empty()) { in assemble_request_cookie()
326 if (kv.token != http2::HD_COOKIE || kv.value.empty()) { in assemble_request_cookie()
355 if (kv.token != http2::HD_COOKIE) { in find_affinity_cookie()
399 if (kv.token != http2::HD_COOKIE) { in count_crumble_request_cookie()
419 if (kv.token != http2::HD_COOKIE) { in crumble_request_cookie()
Dhttp3.cc96 case http2::HD_COOKIE: in copy_headers_to_nva_internal()
Dhttp2.h314 HD_COOKIE, enumerator
Dhttp2.cc383 case HD_COOKIE: in copy_headers_to_nva_internal()
495 case HD_COOKIE: in build_http1_headers_from_headers()
780 return HD_COOKIE; in lookup_token()