Home
last modified time | relevance | path

Searched refs:http2session_ (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc53 http2session_(http2session), in Http2DownstreamConnection()
74 if (http2session_->get_state() == Http2SessionState::CONNECTED && in ~Http2DownstreamConnection()
80 http2session_->consume(downstream_->get_downstream_stream_id(), in ~Http2DownstreamConnection()
85 http2session_->signal_write(); in ~Http2DownstreamConnection()
88 http2session_->remove_downstream_connection(this); in ~Http2DownstreamConnection()
99 http2session_->add_downstream_connection(this); in attach_downstream()
100 http2session_->signal_write(); in attach_downstream()
124 http2session_->signal_write(); in detach_downstream()
127 http2session_->consume(downstream_->get_downstream_stream_id(), in detach_downstream()
132 http2session_ in detach_downstream()
[all...]
H A Dshrpx_http2_downstream_connection.h82 Http2Session *http2session_; member in shrpx::Http2DownstreamConnection

Completed in 2 milliseconds