mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
fix streaming issue in http-full-proxy example
This commit is contained in:
parent
cee9142257
commit
e07bbfe01c
@ -32,7 +32,7 @@ fn forward(
|
||||
{
|
||||
client_resp.header(header_name.clone(), header_value.clone());
|
||||
}
|
||||
client_resp.streaming(res)
|
||||
HttpResponse::Ok().streaming(res)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user