Change 599 to 500 for TLS errors
This commit is contained in:
@@ -63,7 +63,7 @@ impl Error {
|
|||||||
Error::ProxyConnect => 500,
|
Error::ProxyConnect => 500,
|
||||||
Error::InvalidProxyCreds => 500,
|
Error::InvalidProxyCreds => 500,
|
||||||
#[cfg(feature = "native-tls")]
|
#[cfg(feature = "native-tls")]
|
||||||
Error::TlsError(_) => 599,
|
Error::TlsError(_) => 500,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user