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

Method handleTxnClose

include/tscpp/api/Plugin.h:151–155  ·  view source on GitHub ↗

* This method must be implemented when you hook HOOK_TXN_CLOSE */

Source from the content-addressed store, hash-verified

149 * This method must be implemented when you hook HOOK_TXN_CLOSE
150 */
151 virtual void
152 handleTxnClose(Transaction &transaction)
153 {
154 transaction.resume();
155 };
156
157 /**
158 * This method must be implemented when you hook HOOK_SELECT_ALT

Callers 1

invokePluginForEventFunction · 0.80

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected