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

Function TSHttpTxnTransformedRespCache

src/api/InkAPI.cc:4995–5002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4993}
4994
4995void
4996TSHttpTxnTransformedRespCache(TSHttpTxn txnp, int on)
4997{
4998 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
4999
5000 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
5001 sm->t_state.api_info.cache_transformed = (on ? true : false);
5002}
5003
5004class TSHttpSMCallback : public Continuation
5005{

Callers 6

transform_hook_handlerFunction · 0.85
addTransformFunction · 0.85
XScanRequestHeadersFunction · 0.85
compress_transform_addFunction · 0.85
mp4_add_transformFunction · 0.85

Calls 1

sdk_sanity_check_txnFunction · 0.85

Tested by 1

transform_hook_handlerFunction · 0.68