mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
update to latest actix-net
This commit is contained in:
@ -46,6 +46,7 @@ async fn test_simple() {
|
||||
}
|
||||
})
|
||||
.finish(|_| ok::<_, Error>(Response::NotFound()))
|
||||
.tcp()
|
||||
});
|
||||
|
||||
// client service
|
||||
|
Reference in New Issue
Block a user