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

Function wrap_glb_send_response

include/cripts/Epilogue.hpp:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365// global send-response hook caller
366template <typename T>
367auto
368wrap_glb_send_response(T *context, bool execute, CaseTag<1>) -> decltype(_glb_send_response(context), bool())
369{
370 if (execute) {
371 _glb_send_response(context);
372 }
373 return true;
374}
375
376template <typename T>
377auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected