Alessandro Ghedini
|
97e2a8bc30
|
Add a few WouldBlock cases
|
2023-10-10 09:22:36 +01:00 |
Alessandro Ghedini
|
7b0de9341c
|
Introduce ssl::Error::would_block
|
2023-10-10 09:22:36 +01:00 |
Ivan Nikulin
|
bb063aa9e6
|
Fix Diplay panics for HandshakeError with `rpk` (fixes #140)
|
2023-08-03 15:00:09 +01:00 |
Joshua Nelson
|
46787b7b69
|
Run `cargo fix --edition
|
2021-08-13 15:22:56 -05:00 |
Anthony Ramine
|
4353e4f8f3
|
Use Display for ssl::Error in Display for ssl::HandshakeError
|
2021-03-15 13:32:23 +01:00 |
Anthony Ramine
|
56564c7cb6
|
Tweak yet again the boring error reporting
We also omit file and line in ErrorStack itself now too.
ErrorStack is the wrapped error type returned by
hyper_boring::HttpsConnector::call.
|
2021-03-15 11:26:09 +01:00 |
Anthony Ramine
|
6f4ecb3d90
|
Remove file/line from Display for HandshakeError
|
2021-03-11 14:42:00 +01:00 |
Anthony Ramine
|
51734088ef
|
Print handshake errors in a better way
We completely ignore the ErrorStack value if it is
an X509 verification failure.
|
2021-03-09 16:26:30 +01:00 |
Ivan Nikulin
|
5cb8947d7e
|
Rename stuff
|
2020-11-11 17:47:30 +00:00 |