Searched refs:push_enabled (Results 1 – 8 of 8) sorted by relevance
103 virtual bool push_enabled() const = 0;
91 virtual bool push_enabled() const;
96 virtual bool push_enabled() const;
87 virtual bool push_enabled() const;
2250 bool Http2Upstream::push_enabled() const { in push_enabled() function in shrpx::Http2Upstream2261 if (uri.empty() || !push_enabled() || in initiate_push()
1562 bool HttpsUpstream::push_enabled() const { return false; } in push_enabled() function in shrpx::HttpsUpstream
2219 if (!upstream->push_enabled()) { in handle_downstream_push_promise()
1761 bool Http3Upstream::push_enabled() const { return false; } in push_enabled() function in shrpx::Http3Upstream