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

Function wrap_send_response

include/cripts/Epilogue.hpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89// send-response-header hook caller
90template <typename T>
91auto
92wrap_send_response(T *context, bool execute, CaseTag<1>) -> decltype(_do_send_response(context), bool())
93{
94 if (execute) {
95 _do_send_response(context);
96 }
97 return true;
98}
99
100template <typename T>
101auto

Callers 2

http_txn_contFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected