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

Function TSHttpTxnClientSentErrorGet

src/api/InkAPI.cc:6785–6789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6783}
6784
6785void
6786TSHttpTxnClientSentErrorGet(TSHttpTxn txnp, uint32_t *error_class, uint64_t *error_code)
6787{
6788 txn_error_get(txnp, true, true, *error_class, *error_code);
6789}
6790
6791void
6792TSHttpTxnServerReceivedErrorGet(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