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

Function sdk_sanity_check_http_ssn

src/api/InkAPI.cc:478–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478TSReturnCode
479sdk_sanity_check_http_ssn(TSHttpSsn ssnp)
480{
481 if (ssnp == nullptr) {
482 return TS_ERROR;
483 }
484
485 return TS_SUCCESS;
486}
487
488TSReturnCode
489sdk_sanity_check_txn(TSHttpTxn txnp)

Callers 9

TSHttpSsnHookAddFunction · 0.85
TSHttpSsnReenableFunction · 0.85
TSHttpSsnInfoIntGetFunction · 0.85
TSHttpSsnDebugSetFunction · 0.85
TSHttpSsnDebugGetFunction · 0.85
TSHttpSsnIdGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected