| 226 | } |
| 227 | |
| 228 | void |
| 229 | Client::Connection::_initialize() |
| 230 | { |
| 231 | TSAssert(_state->ssnp); |
| 232 | TSAssert(_state->txnp); |
| 233 | |
| 234 | _vc = TSHttpSsnClientVConnGet(_state->ssnp); |
| 235 | _socket = TSHttpTxnClientAddrGet(_state->txnp); |
| 236 | super_type::_initialize(); |
| 237 | } |
| 238 | |
| 239 | int |
| 240 | Client::Connection::FD() const |
nothing calls this directly
no test coverage detected