Wolfgang Bumiller 1c042cdc6c proxy: listener error handling fixup
If the listening socket goes into some error state we'll get
std::io::Errors rather than higher level errors from the
native_tls::TlsAcceptor, those are usually fatal. (Ran into
this after performing a shutdown() on the file descriptor,
after which the future just endlessly loops in accept().)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-03-18 12:29:18 +01:00
2019-03-14 10:14:32 +01:00
2019-03-16 16:44:45 +01:00
2019-03-18 12:29:18 +01:00
2019-02-16 13:46:20 +01:00
2019-02-05 14:17:30 +01:00
2019-03-12 08:05:59 +01:00
2019-02-24 10:18:38 +01:00
2019-03-14 10:14:32 +01:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%