From 93f8bb0445ae39d71aeca9eac934c6c4e0f98e72 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 2 Jul 2019 08:59:33 +0200 Subject: [PATCH] src/bin/h2s-client.rs: avoid compiler warnings --- src/bin/h2s-client.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/h2s-client.rs b/src/bin/h2s-client.rs index 419dd99f..040d2747 100644 --- a/src/bin/h2s-client.rs +++ b/src/bin/h2s-client.rs @@ -3,10 +3,6 @@ use futures::*; // Simple H2 client to test H2 download speed using h2s-server.rs -use tokio::net::TcpStream; -//use native_tls::TlsConnector; -use std::io::{Read, Write}; - struct Process { body: h2::RecvStream, trailers: bool,