Page MenuHomePhabricator

If the Conduit server asserts it has the "gzip" capability, compress requests
ClosedPublic

Authored by epriestley on Apr 14 2020, 11:45 PM.
Tags
None
Referenced Files
F19665704: D21119.id50298.diff
Sat, Feb 7, 1:57 PM
F19607355: D21119.diff
Tue, Feb 3, 11:03 AM
F19607353: D21119.diff
Tue, Feb 3, 11:03 AM
F19469329: D21119.id50298.diff
Jan 4 2026, 9:02 PM
F19059156: D21119.diff
Nov 29 2025, 4:40 AM
F18904625: D21119.id.diff
Nov 8 2025, 10:14 AM
F18885566: D21119.diff
Nov 7 2025, 3:27 AM
F18849226: D21119.id50296.diff
Oct 30 2025, 8:34 AM
Subscribers
None

Details

Summary

Ref T13507. For various messy reasons we can't blindly assume the server supports "gzip" -- but if the server tells us it does, we're on firmer ground.

If the server returns an "X-Conduit-Capabilities: gzip" header and we have compression support locally, compress subsequent requests.

This restores D21073, which was reverted by D21076.

Test Plan

With a gzip-asserting server, added debugging code and ran various "arc" commands. Saw the 2nd..Nth calls hit compression code.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable