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

[3.x] Symfony HTTP Client in transport silently upgrades to HTTP/2 and makes HttpTransport fail #1708

Closed
Jean85 opened this issue Feb 28, 2024 · 1 comment

Comments

@Jean85
Copy link
Collaborator

Jean85 commented Feb 28, 2024

SDK 3.22.1 / Symfony bundle 4.13.2, reporting here because the fix is needed here (or in Symfony), not in the bundle.

HttpTransport fails due to combination of HTTP/2 and compression enabled. This is the same as #1542, which tried to force 1.1 protocol, but the client is ignoring it and forcibly/opportunistically upgrading it, because the client default option says 1.1, but the client ignores it.

@Jean85 Jean85 changed the title [3.] [3.x] Symfony HTTP Client in transport silently upgrades to HTTP/2 and makes HttpTransport fail Feb 28, 2024
@Jean85
Copy link
Collaborator Author

Jean85 commented Feb 28, 2024

Closing, as the proper fix is symfony/symfony#48103

@Jean85 Jean85 closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant