Skip to content

Commit 499236e

Browse files
[HttpClient] use "idle" instead of "inactivity" when telling about the timeout option
1 parent ef431f5 commit 499236e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chunk/ErrorChunk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(int $offset, \Throwable $error = null)
3030
{
3131
$this->offset = $offset;
3232
$this->error = $error;
33-
$this->errorMessage = null !== $error ? $error->getMessage() : 'Reading from the response stream reached the inactivity timeout.';
33+
$this->errorMessage = null !== $error ? $error->getMessage() : 'Reading from the response stream reached the idle timeout.';
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)