How to use Stream with hyper 0.12

Hello everyone, I tried to send multiple http requests simultaneously using hyper. So I did some searching on google and found a answer on stackoverflow: rust - Getting multiple URLs concurrently with Hyper - Stack Overflow.

But it doesn't work with hyper 0.12: function keeps running after all requests are completed.

I'm not familiar with Stream and any help would be appreciated!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.