| 248 | } |
| 249 | |
| 250 | int |
| 251 | Client::Connection::Count() const |
| 252 | { |
| 253 | TSAssert(_state->ssnp); |
| 254 | return TSHttpSsnTransactionCount(_state->ssnp); |
| 255 | } |
| 256 | |
| 257 | Server::Connection & |
| 258 | Server::Connection::_get(cripts::Context *context) |
no test coverage detected