src/bin/h2s-client.rs: avoid compiler warnings
This commit is contained in:
parent
877dd11133
commit
93f8bb0445
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user