mirror of
https://github.com/actix/actix-web.git
synced 2025-06-05 06:38:47 +00:00
fix tests on stable
This commit is contained in:
parent
f99a723643
commit
2b4870e65b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use bytes::Bytes;
|
||||||
use futures::future::{self, ok};
|
use futures::future::{self, ok};
|
||||||
use futures::stream::once;
|
use futures::stream::once;
|
||||||
|
|
||||||
use actix_http::{h1, Body, KeepAlive, Request, Response};
|
use actix_http::{h1, http, Body, KeepAlive, Request, Response};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_h1_v2() {
|
fn test_h1_v2() {
|
||||||
|
|
Loading…
Reference in a new issue