| 7326 | } |
| 7327 | |
| 7328 | inline SSLSocketStream::~SSLSocketStream() {} |
| 7329 | |
| 7330 | inline bool SSLSocketStream::is_readable() const { |
| 7331 | return detail::select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected