We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e98e commit c87b938Copy full SHA for c87b938
src/priv_io.rs
@@ -175,7 +175,7 @@ pub fn initialize_stream(params: &ConnectParams,
175
let host = match params.target {
176
ConnectTarget::Tcp(ref host) => host,
177
#[cfg(feature = "unix_socket")]
178
- ConnectTarget::Unix(_) => return Err(ConnectError::IoError(::bad_response())),
+ ConnectTarget::Unix(_) => return Err(ConnectError::Io(::bad_response())),
179
};
180
181
match negotiator.negotiate_ssl(host, socket) {
0 commit comments