bump deps, fix clippy warnings
This commit is contained in:
@@ -83,6 +83,7 @@ fn read_https(
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(deprecated)]
|
||||
fn is_close_notify(e: &std::io::Error) -> bool {
|
||||
if e.kind() != std::io::ErrorKind::ConnectionAborted {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user