src/bin/h2s-client.rs: avoid compiler warnings

This commit is contained in:
Dietmar Maurer 2019-07-02 08:59:33 +02:00
parent 877dd11133
commit 93f8bb0445

View File

@ -3,10 +3,6 @@ use futures::*;
// Simple H2 client to test H2 download speed using h2s-server.rs // 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 { struct Process {
body: h2::RecvStream, body: h2::RecvStream,
trailers: bool, trailers: bool,