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

Function TSHttpTxnClientReceivedErrorGet

src/api/InkAPI.cc:6779–6783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6777}
6778
6779void
6780TSHttpTxnClientReceivedErrorGet(TSHttpTxn txnp, uint32_t *error_class, uint64_t *error_code)
6781{
6782 txn_error_get(txnp, true, false, *error_class, *error_code);
6783}
6784
6785void
6786TSHttpTxnClientSentErrorGet(TSHttpTxn txnp, uint32_t *error_class, uint64_t *error_code)

Callers 2

handle_close_hookFunction · 0.85

Calls 1

txn_error_getFunction · 0.85

Tested by

no test coverage detected