async-std-hyper
async-std-hyper copied to clipboard
Fix for newer versions of async-std
This PR is a superset of #2, providing a fix for a bug that can cause the listener to hang forever without accepting connections, due to improper use of the stream API.