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

Method error

src/tscpp/api/Transaction.cc:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168Transaction::error()
169{
170 LOG_DEBUG("Transaction tshttptxn=%p reenabling to error state", state_->txn_);
171 TSHttpTxnReenable(state_->txn_, static_cast<TSEvent>(TS_EVENT_HTTP_ERROR));
172}
173
174void
175Transaction::error(const std::string &page)

Callers

nothing calls this directly

Calls 2

TSHttpTxnReenableFunction · 0.85
errorFunction · 0.85

Tested by

no test coverage detected