Why does this Rust Hyper app hang at 6 stream requests?
I have a Rust app which is running a Hyper server and uses zipit to handle on-the-fly zip archive creation.
Everything works perfectly, but the only problem is that it seems to only handle 6 streams at once. Any other requests hang until another stream is done.