mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-20 07:15:41 +02:00
fix tests on stable
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user