Searched refs:get_should_close_after_write (Results 1 – 3 of 3) sorted by relevance
103 bool get_should_close_after_write() const;
617 if (rb->rleft() == 0 || handler_->get_should_close_after_write()) { in on_read()779 if (handler_->get_should_close_after_write()) { in on_write()
351 if (get_should_close_after_write() && upstream_->response_empty()) { in upstream_write()707 bool ClientHandler::get_should_close_after_write() const { in get_should_close_after_write() function in shrpx::ClientHandler