| 4984 | } |
| 4985 | |
| 4986 | void |
| 4987 | TSHttpTxnUntransformedRespCache(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 | |
| 4995 | void |
| 4996 | TSHttpTxnTransformedRespCache(TSHttpTxn txnp, int on) |