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

Function wrap_read_response

include/cripts/Epilogue.hpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// read-response-header hook caller
126template <typename T>
127auto
128wrap_read_response(T *context, bool execute, CaseTag<1>) -> decltype(_do_read_response(context), bool())
129{
130 if (execute) {
131 _do_read_response(context);
132 }
133 return true;
134}
135
136template <typename T>
137auto

Callers 2

http_txn_contFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected