You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #13487 [HttpClient] Document AMPHP HttpClient integration for HTTP/2 (wouterj)
This PR was merged into the master branch.
Discussion
----------
[HttpClient] Document AMPHP HttpClient integration for HTTP/2
Fixes#13293
Just below the shown diff, there is this paragraph:
```rst
Support for HTTP/2 PUSH works out of the box when libcurl >= 7.61 is used with
PHP >= 7.2.17 / 7.3.4: pushed responses are put into a temporary cache and are
used when a subsequent request is triggered for the corresponding URLs.
```
Should AMPHP also be added here?
Commits
-------
e0a4905 Document AMPHP HttpClient integration for HTTP/2
0 commit comments