nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

Hotfix http2 downgrade failure aws alb #308

Closed criterion9 closed 4 months ago

criterion9 commented 4 months ago

Requests are automatically upgraded to HTTP2 with curl library changes. This change forces HTTP1.1 connections as a hotfix until the maintainer addresses the underlying issue.