Fix a mistake of streaming example.
This commit is contained in:
@@ -160,7 +160,7 @@ auto r = session.Request(webcc::RequestBuilder{}.
|
|||||||
true); // !!!
|
true); // !!!
|
||||||
|
|
||||||
// Move the streamed file to your destination.
|
// Move the streamed file to your destination.
|
||||||
file_body->Move("./wolf.jpeg");
|
r->file_body()->Move("./wolf.jpeg");
|
||||||
```
|
```
|
||||||
|
|
||||||
Please check the [examples](https://github.com/sprinfall/webcc/tree/master/examples/) for more information.
|
Please check the [examples](https://github.com/sprinfall/webcc/tree/master/examples/) for more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user