Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_client_handler.h97 bool get_should_close_after_write() const;
Dshrpx_client_handler.cc304 if (get_should_close_after_write() && upstream_->response_empty()) { in upstream_write()
642 bool ClientHandler::get_should_close_after_write() const { in get_should_close_after_write() function in shrpx::ClientHandler
Dshrpx_https_upstream.cc586 if (rb->rleft() == 0 || handler_->get_should_close_after_write()) { in on_read()
739 if (handler_->get_should_close_after_write()) { in on_write()