Skip to content
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

[HttpClient] fix HTTP/2 support on non-SSL connections - CurlHttpClient only #36422

Merged
merged 1 commit into from Apr 12, 2020

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #36419
License MIT
Doc PR -

@fabpot
Copy link
Member

fabpot commented Apr 12, 2020

Thank you @nicolas-grekas.

@fabpot fabpot merged commit f84592a into symfony:4.4 Apr 12, 2020
@nicolas-grekas nicolas-grekas deleted the hc-h2 branch April 12, 2020 12:06
This was referenced Apr 28, 2020
nicolas-grekas added a commit that referenced this pull request Jul 3, 2020
… (fancyweb)

This PR was merged into the 4.4 branch.

Discussion
----------

[HttpClient][CurlHttpClient] Fix http_version option usage

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | #37402
| License       | MIT
| Doc PR        | -

Ref #36422

If the scheme is https, we should only set http version 2.0 if the http_version is not specified.

Commits
-------

2676902 [HttpClient][CurlHttpClient] Fix http_version option usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants