Home
last modified time | relevance | path

Searched refs:proxy_htp_ (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_session.h268 std::unique_ptr<llhttp_t> proxy_htp_; variable
Dshrpx_http2_session.cc264 if (proxy_htp_) { in disconnect()
265 proxy_htp_.reset(); in disconnect()
437 proxy_htp_ = std::make_unique<llhttp_t>(); in initiate_connection()
438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
439 proxy_htp_->data = this; in initiate_connection()
664 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy()