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

Function global_read_request_hook

plugins/slice/slice.cc:284–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284int
285global_read_request_hook(TSCont // contp
286 ,
287 TSEvent // event
288 ,
289 void *edata)
290{
291 TSHttpTxn const txnp = static_cast<TSHttpTxn>(edata);
292 read_request(txnp, &globalConfig, global_read_resp_hdr_contp);
293 TSHttpTxnReenable(txnp, TS_EVENT_HTTP_CONTINUE);
294 return 0;
295}
296
297} // namespace
298

Callers

nothing calls this directly

Calls 2

TSHttpTxnReenableFunction · 0.85
read_requestFunction · 0.70

Tested by

no test coverage detected