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

Function TSHttpTxnServerRespNoStoreGet

src/api/InkAPI.cc:4447–4454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4445}
4446
4447bool
4448TSHttpTxnServerRespNoStoreGet(TSHttpTxn txnp)
4449{
4450 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
4451
4452 HttpTransact::State *s = &((reinterpret_cast<HttpSM *>(txnp))->t_state);
4453 return s->api_server_response_no_store;
4454}
4455
4456TSReturnCode
4457TSHttpTxnServerRespIgnore(TSHttpTxn txnp)

Callers 1

cont_check_cacheableFunction · 0.85

Calls 1

sdk_sanity_check_txnFunction · 0.85

Tested by

no test coverage detected