| 8932 | } |
| 8933 | |
| 8934 | inline SSLSocketStream::~SSLSocketStream() = default; |
| 8935 | |
| 8936 | inline bool SSLSocketStream::is_readable() const { |
| 8937 | return detail::select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected