bb7a61d284
Likely issue is the connection failed right after being established, leading `peer_addr()` to fail and the `unwrap()` crashes the process instead of failing gracefully. Fix #293.