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

Method setSkipRemapping

src/tscpp/api/Transaction.cc:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void
281Transaction::setSkipRemapping(int flag)
282{
283 TSHttpTxnCntlSet(state_->txn_, TS_HTTP_CNTL_SKIP_REMAPPING, flag);
284}
285
286const sockaddr *
287Transaction::getIncomingAddress() const

Callers

nothing calls this directly

Calls 1

TSHttpTxnCntlSetFunction · 0.85

Tested by

no test coverage detected