| 290 | } |
| 291 | |
| 292 | const sockaddr * |
| 293 | Transaction::getClientAddress() const |
| 294 | { |
| 295 | return TSHttpTxnClientAddrGet(state_->txn_); |
| 296 | } |
| 297 | |
| 298 | const sockaddr * |
| 299 | Transaction::getNextHopAddress() const |
nothing calls this directly
no test coverage detected