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
F19766581: D20744.id49461.diff
Thu, Feb 19, 12:34 PM
F19674686: D20744.id49460.diff
Sun, Feb 8, 8:04 AM
F19470085: D20744.diff
Jan 5 2026, 8:57 AM
F19469061: D20744.diff
Jan 4 2026, 3:10 PM
F19318784: D20744.id49460.diff
Dec 25 2025, 7:16 AM
F18985184: D20744.id.diff
Nov 17 2025, 12:55 PM
F18854736: D20744.diff
Nov 1 2025, 12:31 AM
F18657623: D20744.id49461.diff
Sep 23 2025, 2:39 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.