Skip to content

Commit e7b4ff2

Browse files
committed
Tweaks
1 parent 3a974d3 commit e7b4ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ following methods::
10441044
$httpLogs = $response->getInfo('debug');
10451045

10461046
// the special "pause_handler" info item is a callable that allows to delay the request
1047-
// this helps implement delayed retries or throttling streams for example
1047+
// for a given number of seconds; this allows you to delay retries, throttle streams, etc.
10481048
$response->getInfo('pause_handler')(2);
10491049

10501050
.. note::

0 commit comments

Comments
 (0)