Searched refs:response_empty (Results 1 – 6 of 6) sorted by relevance
85 virtual bool response_empty() const = 0;
84 virtual bool response_empty() const;
89 virtual bool response_empty() const;
304 if (get_should_close_after_write() && upstream_->response_empty()) { in upstream_write()
1512 bool HttpsUpstream::response_empty() const { in response_empty() function in shrpx::HttpsUpstream
2300 bool Http2Upstream::response_empty() const { return wb_.rleft() == 0; } in response_empty() function in shrpx::Http2Upstream