| 284 | } |
| 285 | |
| 286 | const sockaddr * |
| 287 | Transaction::getIncomingAddress() const |
| 288 | { |
| 289 | return TSHttpTxnIncomingAddrGet(state_->txn_); |
| 290 | } |
| 291 | |
| 292 | const sockaddr * |
| 293 | Transaction::getClientAddress() const |
nothing calls this directly
no test coverage detected