8000 minor #18396 [HttpClient] Fix versionadded of `max_retries` option of… · symfony/symfony-docs@4b74698 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b74698

Browse files
committed
minor #18396 [HttpClient] Fix versionadded of max_retries option of RetryableHttpClient (danielburger1337)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpClient] Fix versionadded of `max_retries` option of `RetryableHttpClient` Since this feature took a while to merge, it now will actually be added in 6.4 instead of 6.3 Commits ------- 36e00c5 Fix versionadded doc for max_retries option of RetryableHttpClient
2 parents 8d59ced + 36e00c5 commit 4b74698

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)
0