Home
last modified time | relevance | path

Searched refs:Http2Scope (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_http2.cc75 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope() function in node::http2::Http2Scope
77 Http2Scope::Http2Scope(Http2Session* session) : session_(session) { in Http2Scope() function in node::http2::Http2Scope
89 Http2Scope::~Http2Scope() { in ~Http2Scope()
313 Http2Scope h2scope(session_.get()); in Send()
1752 Http2Scope h2scope(this); in SubmitRequest()
1776 Http2Scope h2scope(this); in OnStreamRead()
1988 Http2Scope h2scope(this); in DoShutdown()
2050 Http2Scope h2scope(this); in SubmitResponse()
2073 Http2Scope h2scope(this); in SubmitInfo()
2101 Http2Scope h2scope(this); in SubmitTrailers()
[all …]
Dnode_http2.h171 class Http2Scope {
173 explicit Http2Scope(Http2Stream* stream);
174 explicit Http2Scope(Http2Session* session);
175 ~Http2Scope();
930 friend class Http2Scope; variable
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1247 …ode/commit/b8deb7522f)] - **http2**: keep session objects alive during Http2Scope (Anna Henningsen…
DCHANGELOG_V8.md1058 …ode/commit/55f6bdb698)] - **http2**: keep session objects alive during Http2Scope (Anna Henningsen…