mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
resolve issue 139
This commit is contained in:
@ -24,7 +24,7 @@ fn streaming(
|
||||
) -> impl Future<Item = HttpResponse, Error = impl Into<Error>> {
|
||||
// send client request
|
||||
client
|
||||
.get("https://www.rust-lang.org/en-US/")
|
||||
.get("https://www.rust-lang.org/")
|
||||
.send() // <- connect to host and send request
|
||||
.map_err(Error::from) // <- convert SendRequestError to an Error
|
||||
.and_then(|resp| {
|
||||
|
Reference in New Issue
Block a user