mirror of
https://github.com/actix/examples
synced 2025-01-22 14:05:55 +01:00
Merge pull request #120 from zeljic/fix-http-full-proxy-streaming
fix streaming issue in http-full-proxy example
This commit is contained in:
commit
343e240807
@ -32,7 +32,7 @@ fn forward(
|
||||
{
|
||||
client_resp.header(header_name.clone(), header_value.clone());
|
||||
}
|
||||
client_resp.streaming(res)
|
||||
HttpResponse::Ok().streaming(res)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user