mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-14 02:42:40 +01:00
377ed2ed8d
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. Maniphest Tasks: T13507 Differential Revision: https://secure.phabricator.com/D21119 |
||
---|---|---|
.. | ||
__tests__ | ||
ArcanistConduitCall.php | ||
ArcanistConduitEngine.php | ||
ArcanistConduitException.php | ||
ArcanistNoURIConduitException.php | ||
ConduitClient.php | ||
ConduitClientException.php | ||
ConduitFuture.php | ||
ConduitSearchFuture.php | ||
FutureAgent.php |