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

Function TSHttpTxnServerSentErrorGet

src/api/InkAPI.cc:6797–6801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6795}
6796
6797void
6798TSHttpTxnServerSentErrorGet(TSHttpTxn txnp, uint32_t *error_class, uint64_t *error_code)
6799{
6800 txn_error_get(txnp, false, true, *error_class, *error_code);
6801}
6802
6803TSReturnCode
6804TSHttpTxnServerPush(TSHttpTxn txnp, const char *url, int url_len)

Callers 1

Calls 1

txn_error_getFunction · 0.85

Tested by

no test coverage detected