hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
218 stars 20 forks source link

Fix tests, fix deprecated .merge #126

Closed Albibek closed 6 years ago

Albibek commented 6 years ago

Hi.

This PR fixes tests not passing because of test implementation sending body to HEAD/CONNECT requests.

I've also built it after cargo update and got deprecation warning about Stream::merge method, so I've changed it to select.