| 263 | } |
| 264 | |
| 265 | sockaddr const * |
| 266 | Http2ServerSession::get_local_addr() |
| 267 | { |
| 268 | return _vc ? _vc->get_local_addr() : &cached_local_addr.sa; |
| 269 | } |
| 270 | |
| 271 | int |
| 272 | Http2ServerSession::get_transact_count() const |
no outgoing calls
no test coverage detected