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

Method setStatusCode

src/tscpp/api/Transaction.cc:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void
200Transaction::setStatusCode(HttpStatus code)
201{
202 LOG_DEBUG("Transaction tshttptxn=%p setting status code: %d", state_->txn_, code);
203 TSHttpTxnStatusSet(state_->txn_, static_cast<TSHttpStatus>(code));
204}
205
206bool
207Transaction::isInternalRequest() const

Callers

nothing calls this directly

Calls 1

TSHttpTxnStatusSetFunction · 0.85

Tested by

no test coverage detected