1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00

cleanup tls example

This commit is contained in:
Nikolay Kim
2017-11-08 20:29:48 -08:00
parent 4d575c6269
commit 519a9e64f8
3 changed files with 7 additions and 4 deletions

View File

@ -3,10 +3,8 @@ extern crate actix;
extern crate actix_web;
extern crate env_logger;
//use tokio_tls;
use std::fs::File;
use std::io::Read;
// use native_tls::{TlsAcceptor, TlsStream};
use actix_web::*;