| 513 | |
| 514 | |
| 515 | Future<Nothing> LibeventSSLSocketImpl::connect( |
| 516 | const Address& address) |
| 517 | { |
| 518 | LOG(FATAL) << "No TLS config was passed to a SSL socket."; |
| 519 | } |
| 520 | |
| 521 | |
| 522 | Future<Nothing> LibeventSSLSocketImpl::connect( |
nothing calls this directly
no test coverage detected