| 112 | } |
| 113 | |
| 114 | void |
| 115 | HQSession::new_connection(NetVConnection *new_vc, MIOBuffer * /* iobuf ATS_UNUSED */, IOBufferReader * /* reader ATS_UNUSED */) |
| 116 | { |
| 117 | this->con_id = new_vc->get_service<QUICSupport>()->get_quic_connection()->connection_id(); |
| 118 | this->_handle_if_ssl(new_vc); |
| 119 | |
| 120 | do_api_callout(TS_HTTP_SSN_START_HOOK); |
| 121 | } |
| 122 | |
| 123 | void |
| 124 | HQSession::start() |
no test coverage detected