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

Function TSHttpTxnUntransformedRespCache

src/api/InkAPI.cc:4986–4993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4984}
4985
4986void
4987TSHttpTxnUntransformedRespCache(TSHttpTxn txnp, int on)
4988{
4989 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
4990
4991 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
4992 sm->t_state.api_info.cache_untransformed = (on ? true : false);
4993}
4994
4995void
4996TSHttpTxnTransformedRespCache(TSHttpTxn txnp, int on)

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