mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01: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:
commit
49fc6df226
@ -32,7 +32,7 @@ fn forward(
|
|||||||
{
|
{
|
||||||
client_resp.header(header_name.clone(), header_value.clone());
|
client_resp.header(header_name.clone(), header_value.clone());
|
||||||
}
|
}
|
||||||
HttpResponse::Ok().streaming(res)
|
client_resp.streaming(res)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user