Skip to content

Commit 36e00c5

Browse files
Fix versionadded doc for max_retries option of RetryableHttpClient
1 parent 8d59ced commit 36e00c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ making a request. Use the ``max_redirects`` setting to configure this behavior
706706
Retry Failed Requests
707707
~~~~~~~~~~~~~~~~~~~~~
708708

709-
.. versionadded:: 6.3
709+
.. versionadded:: 6.4
710710

711-
The ``max_retries`` feature was added in Symfony 6.3.
711+
The ``max_retries`` feature was added in Symfony 6.4.
712712

713713
Sometimes, requests fail because of network issues or temporary server errors.
714714
Symfony's HttpClient allows to retry failed requests automatically using the

0 commit comments

Comments
 (0)