| 278 | } |
| 279 | |
| 280 | void |
| 281 | Transaction::setSkipRemapping(int flag) |
| 282 | { |
| 283 | TSHttpTxnCntlSet(state_->txn_, TS_HTTP_CNTL_SKIP_REMAPPING, flag); |
| 284 | } |
| 285 | |
| 286 | const sockaddr * |
| 287 | Transaction::getIncomingAddress() const |
nothing calls this directly
no test coverage detected