8000 [HttpClient] Fix versionadded of `max_retries` option of `RetryableHttpClient` by danielburger1337 · Pull Request #18396 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[HttpClient] Fix versionadded of max_retries option of RetryableHttpClient #18396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Fix versionadded doc for max_retries option of RetryableHttpClient
  • Loading branch information
danielburger1337 committed Jun 9, 2023
commit 36e00c5152fc063e3b7a1b3cb2f104902c8e903c
4 changes: 2 additions & 2 deletions http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,9 @@ making a request. Use the ``max_redirects`` setting to configure this behavior
Retry Failed Requests
~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 6.3
.. versionadded:: 6.4

The ``max_retries`` feature was added in Symfony 6.3.
The ``max_retries`` feature was added in Symfony 6.4.

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