Re-enable the akamai example (#518)

This commit is contained in:
nickelc
2021-02-09 14:49:12 +01:00
committed by GitHub
parent 978c71270a
commit 2b05c13298
2 changed files with 4 additions and 9 deletions

View File

@@ -1,7 +1,3 @@
fn main() {
eprintln!("TODO: Re-enable when tokio-rustls is upgraded.");
}
/*
use h2::client;
use http::{Method, Request};
use tokio::net::TcpStream;
@@ -77,4 +73,3 @@ pub async fn main() -> Result<(), Box<dyn Error>> {
}
Ok(())
}
*/