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

Function wrap_send_request

include/cripts/Epilogue.hpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107// send-request-header hook caller
108template <typename T>
109auto
110wrap_send_request(T *context, bool execute, CaseTag<1>) -> decltype(_do_send_request(context), bool())
111{
112 if (execute) {
113 _do_send_request(context);
114 }
115 return true;
116}
117
118template <typename T>
119auto

Callers 2

http_txn_contFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected