Home
last modified time | relevance | path

Searched refs:shutdown_read_ (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc73 : worker_(worker), api_(nullptr), fd_(-1), shutdown_read_(false) {} in APIDownstreamConnection()
101 shutdown_read_ = true; in send_reply()
305 if (shutdown_read_ || !api_->require_body) { in push_upload_data_chunk()
337 if (shutdown_read_) { in end_upload_data()
Dshrpx_api_downstream_connection.h109 bool shutdown_read_; variable