Searched refs:http2session (Results 1 – 6 of 6) sorted by relevance
67 auto http2session = static_cast<Http2Session *>(w->data); in connchk_timeout_cb() local71 switch (http2session->get_connection_check_state()) { in connchk_timeout_cb()75 SSLOG(INFO, http2session) << "ping timeout"; in connchk_timeout_cb()78 delete http2session; in connchk_timeout_cb()83 SSLOG(INFO, http2session) << "connection check required"; in connchk_timeout_cb()85 http2session->set_connection_check_state(ConnectionCheck::REQUIRED); in connchk_timeout_cb()92 auto http2session = static_cast<Http2Session *>(w->data); in settings_timeout_cb() local95 SSLOG(INFO, http2session) << "SETTINGS timeout"; in settings_timeout_cb()98 downstream_failure(http2session->get_addr(), http2session->get_raddr()); in settings_timeout_cb()100 if (http2session->terminate_session(NGHTTP2_SETTINGS_TIMEOUT) != 0) { in settings_timeout_cb()[all …]
44 Http2DownstreamConnection(Http2Session *http2session);
50 Http2DownstreamConnection::Http2DownstreamConnection(Http2Session *http2session) in Http2DownstreamConnection() argument53 http2session_(http2session), in Http2DownstreamConnection()
1012 auto http2session = get_http2_session(group, addr); in get_downstream_connection() local1013 auto dconn = std::make_unique<Http2DownstreamConnection>(http2session); in get_downstream_connection()
116 `http2session.type` property can be used to determine the mode in which an219 When using `http2session.settings()` to submit new settings, the modified316 After the `http2session.setTimeout()` method is used to set the timeout period326 #### `http2session.alpnProtocol`338 #### `http2session.close([callback])`347 created. Once closed, `http2session.destroy()` *might* be called if there353 #### `http2session.closed`363 #### `http2session.connecting`374 #### `http2session.destroy([error][, code])`395 #### `http2session.destroyed`[all …]
1159 Out of memory when using the `http2session.setLocalWindowSize(windowSize)` API.