Page MenuHomePhabricator

Force HTTP/1.1 in HTTPSFuture until HTTP/2 support stabilizes
ClosedPublic

Authored by epriestley on Aug 28 2019, 6:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 8:35 PM
Unknown Object (File)
Wed, Apr 10, 4:50 PM
Unknown Object (File)
Sun, Mar 31, 9:49 PM
Unknown Object (File)
Mar 23 2024, 7:06 PM
Unknown Object (File)
Mar 23 2024, 7:06 PM
Unknown Object (File)
Mar 23 2024, 7:05 PM
Unknown Object (File)
Feb 14 2024, 12:37 PM
Unknown Object (File)
Feb 13 2024, 9:59 AM
Subscribers
None

Details

Summary

Fixes T13391. See that task for more detailed discussion.

Recent versions of cURL default to HTTP/2 on some connections but do not support HTTP/2 proxies, so connecting to certain correctly configured servers can leave you dead in the water.

Force connections down to HTTP/1.1 for now.

Test Plan
  • Created this revision to establish I didn't break anything catastrophically.
  • See task for evidence this actually works.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 28 2019, 6:55 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.