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 31f8dd3 + be6df10 commit d628b64Copy full SHA for d628b64
components/http_client.rst
@@ -290,7 +290,7 @@ called when new data is uploaded or downloaded and at least once per second::
290
// $dlSize is the total size to be downloaded or -1 if it is unknown
291
// $info is what $response->getInfo() would return at this very time
292
},
293
- ];
+ ]);
294
295
Any exceptions thrown from the callback will be wrapped in an instance of
296
``TransportExceptionInterface`` and will abort the request.
0 commit comments