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.h103 bool get_should_close_after_write() const;
Dshrpx_https_upstream.cc617 if (rb->rleft() == 0 || handler_->get_should_close_after_write()) { in on_read()
779 if (handler_->get_should_close_after_write()) { in on_write()
Dshrpx_client_handler.cc351 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