mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +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