Searched refs:HD_TE (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http3.cc | 103 case http2::HD_TE: in copy_headers_to_nva_internal()
|
H A D | http2_test.cc | 105 8, false, http2::HD_TE); in test_http2_add_header() 106 CU_ASSERT(http2::HD_TE == nva[0].token); in test_http2_add_header() 144 {StringRef::from_lit("te"), StringRef::from_lit("8"), false, http2::HD_TE}, 145 {StringRef::from_lit("te"), StringRef::from_lit("9"), false, http2::HD_TE},
|
H A D | http2.h | 329 HD_TE, enumerator
|
H A D | shrpx_http2_downstream_connection.cc | 451 auto te = req.fs.header(http2::HD_TE); in push_request_headers()
|
H A D | http2.cc | 390 case HD_TE: in copy_headers_to_nva_internal() 729 return HD_TE; in lookup_token()
|
H A D | shrpx_http2_upstream.cc | 1542 case http2::HD_TE: in send_reply()
|
H A D | shrpx_http3_upstream.cc | 1713 case http2::HD_TE: in send_reply()
|
Completed in 13 milliseconds