async-std-hyper icon indicating copy to clipboard operation
async-std-hyper copied to clipboard

Fix for newer versions of async-std

Open SabrinaJewson opened this issue 3 years ago • 0 comments

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.

SabrinaJewson avatar Sep 04 '22 16:09 SabrinaJewson