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

Function send_connection_event

src/proxy/http2/Http2ClientSession.cc:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36DbgCtl dbg_ctl_ssl_early_data{"ssl_early_data"};
37
38int
39send_connection_event(Continuation *cont, int event, void *edata)
40{
41 SCOPED_MUTEX_LOCK(lock, cont->mutex, this_ethread());
42 return cont->handleEvent(event, edata);
43}
44
45} // end anonymous namespace
46

Callers 2

do_io_closeMethod · 0.70
main_event_handlerMethod · 0.70

Calls 2

this_ethreadFunction · 0.85
handleEventMethod · 0.45

Tested by

no test coverage detected