Commit 45d7ec5
committed
bug #62706 [HttpClient] Fix PHP deprecation when using
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpClient] Fix PHP deprecation when using `AmpHttpClient`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
The deprecation happens when max_duration becomes a float in `AsyncContext::replaceRequest()`.
Commits
-------
7026f9a [HttpClient] Fix PHP deprecation when using AmpHttpClientAmpHttpClient (nicolas-grekas)1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments