8000 [FrameworkBundle][HttpClient] "max_duration" option by fancyweb · Pull Request #12073 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle][HttpClient] "max_duration" option #12073

8000
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
Aug 15, 2019
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
Diff view
[FrameworkBundle][HttpClient] "max_duration" option
  • Loading branch information
fancyweb committed Aug 1, 2019
commit a0e17761ad705ecafd96ccf82a38cfdea1e4eca2
10 changes: 10 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Configuration
* `proxy`_
B074 * `resolve`_
* `timeout`_
* `max_duration`_
* `verify_host`_
* `verify_peer`_

Expand Down Expand Up @@ -134,6 +135,7 @@ Configuration
* `query`_
* `resolve`_
* `timeout`_
* `max_duration`_
* `verify_host`_
* `verify_peer`_

Expand Down Expand Up @@ -946,6 +948,14 @@ Time, in seconds, to wait for a response. If the response stales for longer, a
Its default value is the same as the value of PHP's `default_socket_timeout`_
config option.

max_duration
............

**type**: ``float`` **default**: 0

The maximum execution time, in seconds, that the request and the response are
allowed to take. A value lower than or equal to 0 means it is unlimited.

verify_host
...........

Expand Down
0