mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
Merge pull request #121 from zeljic/revert-120-fix-http-full-proxy-streaming
Revert "fix streaming issue in http-full-proxy example"
This commit is contained in:
@ -32,7 +32,7 @@ fn forward(
|
||||
{
|
||||
client_resp.header(header_name.clone(), header_value.clone());
|
||||
}
|
||||
HttpResponse::Ok().streaming(res)
|
||||
client_resp.streaming(res)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user