Searched refs:shutdown_read_ (Results 1 – 2 of 2) sorted by relevance
73 : 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()
109 bool shutdown_read_; variable