| 257 | } |
| 258 | |
| 259 | sockaddr const * |
| 260 | Http2ServerSession::get_remote_addr() const |
| 261 | { |
| 262 | return _vc ? _vc->get_remote_addr() : &cached_client_addr.sa; |
| 263 | } |
| 264 | |
| 265 | sockaddr const * |
| 266 | Http2ServerSession::get_local_addr() |
no outgoing calls
no test coverage detected