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

Function synclient_txn_main_handler

src/api/InkAPITest.cc:803–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803static int
804synclient_txn_main_handler(TSCont contp, TSEvent event, void *data)
805{
806 ClientTxn *txn = static_cast<ClientTxn *>(TSContDataGet(contp));
807 TSAssert(txn->magic == MAGIC_ALIVE);
808
809 TxnHandler handler = txn->current_handler;
810 return (*handler)(contp, event, data);
811}
812
813//////////////////////////////////////////////////////////////////////////////
814// SOCKET SERVER

Callers

nothing calls this directly

Calls 1

TSContDataGetFunction · 0.85

Tested by

no test coverage detected