Home
last modified time | relevance | path

Searched refs:headers_only (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream.h240 headers_only(false) {} in Response()
293 bool headers_only; member
Dshrpx_downstream.cc932 return !resp_.headers_only && in expect_response_body()
940 return !resp_.headers_only && resp_.http_major == 2; in expect_response_trailer()
Dshrpx_http2_session.cc1183 resp.headers_only = true; in on_response_headers()