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
F20950248: D20744.diff
Sun, Jun 28, 12:29 AM
Unknown Object (File)
Thu, Jun 25, 12:25 PM
Unknown Object (File)
Tue, Jun 23, 8:40 AM
Unknown Object (File)
Tue, Jun 23, 8:40 AM
Unknown Object (File)
Mon, Jun 22, 2:52 PM
Unknown Object (File)
Mon, Jun 22, 2:49 PM
Unknown Object (File)
Mon, Jun 22, 2:49 PM
Unknown Object (File)
Mon, Jun 22, 6:27 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.