mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
fix tests on stable
This commit is contained in:
parent
f99a723643
commit
2b4870e65b
@ -14,7 +14,7 @@ use bytes::Bytes;
|
||||
use futures::future::{self, ok};
|
||||
use futures::stream::once;
|
||||
|
||||
use actix_http::{h1, Body, KeepAlive, Request, Response};
|
||||
use actix_http::{h1, http, Body, KeepAlive, Request, Response};
|
||||
|
||||
#[test]
|
||||
fn test_h1_v2() {
|
||||
|
Loading…
Reference in New Issue
Block a user