enable hyper's no_proto config

This commit is contained in:
Sean McArthur
2017-12-18 18:20:35 -08:00
parent 9cc02ab007
commit 120890f041
2 changed files with 2 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ impl ClientBuilder {
let hyper_client = ::hyper::Client::configure()
.connector(connector)
.no_proto()
.build(handle);
Ok(Client {