MCPcopy Create free account
hub / github.com/apache/trafficserver / CB_Client_Hello_Immediate

Function CB_Client_Hello_Immediate

tests/tools/plugins/ssl_hook_test.cc:157–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 return TS_SUCCESS;
156}
157int
158CB_Client_Hello_Immediate(TSCont cont, TSEvent /* event ATS_UNUSED */, void *edata)
159{
160 TSVConn ssl_vc = reinterpret_cast<TSVConn>(edata);
161
162 int count = reinterpret_cast<intptr_t>(TSContDataGet(cont));
163
164 Dbg(dbg_ctl, "Client Hello callback %d ssl_vc=%p", count, ssl_vc);
165
166 // All done, reactivate things
167 TSVConnReenable(ssl_vc);
168 return TS_SUCCESS;
169}
170
171int
172CB_Client_Hello(TSCont cont, TSEvent /* event ATS_UNUSED */, void *edata)

Callers

nothing calls this directly

Calls 2

TSContDataGetFunction · 0.85
TSVConnReenableFunction · 0.85

Tested by

no test coverage detected