mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-31 07:23:57 +02:00
add response content encoding
This commit is contained in:
@@ -47,7 +47,6 @@ fn test_serve_incoming() {
|
||||
let tcp = TcpListener::from_listener(tcp, &addr2, Arbiter::handle()).unwrap();
|
||||
srv.serve_incoming::<_, ()>(tcp.incoming()).unwrap();
|
||||
sys.run();
|
||||
|
||||
});
|
||||
|
||||
assert!(reqwest::get(&format!("http://{}/", addr1))
|
||||
|
Reference in New Issue
Block a user