Searched refs:HD_TE (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
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},
|
D | http2.h | 335 HD_TE, enumerator
|
D | shrpx_http2_downstream_connection.cc | 451 auto te = req.fs.header(http2::HD_TE); in push_request_headers()
|
D | http2.cc | 390 case HD_TE: in copy_headers_to_nva_internal() 740 return HD_TE; in lookup_token()
|
D | shrpx_http2_upstream.cc | 1532 case http2::HD_TE: in send_reply()
|