Skip to content

Commit

Permalink
Removed ConnectionIsDead since we do not need it
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 24, 2024
1 parent 76a84b7 commit 0beccac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/errors/fl_url_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub enum FlUrlError {
IoError(std::io::Error),
HttpError(hyper::http::Error),
HttpsInvalidDomainName,
ConnectionIsDead,
InvalidHttp1HandShake(String),
CanNotEstablishConnection(String),
RustTlsError(my_tls::tokio_rustls::rustls::Error),
Expand Down

0 comments on commit 0beccac

Please sign in to comment.