Version 0.1.0
- Switched to
rustls
+ring
for TLS connections, as this combination appears to be more actively maintained thannative-tls
and supports TLS 1.3. - Detect loopback connections and drop them to prevent single-threaded Tokio from locking up.
- A few small code changes/refactorings.