remove deprecated no_proto usage of hyper

This commit is contained in:
Sean McArthur
2018-01-05 15:20:40 -08:00
parent abfcd2796e
commit 3128a370db

View File

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