We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8e2a3 + d628b64 commit 1736471Copy full SHA for 1736471
components/http_client.rst
@@ -285,7 +285,7 @@ called when new data is uploaded or downloaded and at least once per second::
285
// $dlSize is the total size to be downloaded or -1 if it is unknown
286
// $info is what $response->getInfo() would return at this very time
287
},
288
- ];
+ ]);
289
290
Any exceptions thrown from the callback will be wrapped in an instance of
291
``TransportExceptionInterface`` and will abort the request.
0 commit comments