1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 14:49:20 +02:00

remove unused code

This commit is contained in:
Nikolay Kim
2018-10-05 08:00:36 -07:00
parent c24a8f4c2d
commit fbf67544e5
6 changed files with 32 additions and 328 deletions

View File

@ -11,8 +11,7 @@ use actix_net::server::Server;
use actix_web::{client, test};
use futures::future;
use actix_http::server::KeepAlive;
use actix_http::{h1, Error, HttpResponse, ServiceConfig};
use actix_http::{h1, Error, HttpResponse, KeepAlive, ServiceConfig};
#[test]
fn test_h1_v2() {