Remove various references to cURL in code comments
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 5 Mar 2019 23:55:03 +0000 (23:55 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 5 Mar 2019 23:55:03 +0000 (23:55 +0000)
commit69d4b694098d139ab6155a35b02fb84645a4f4dd
treedb02251bb5b707201488590539d760a58406c016
parent66f3d44ec0844f9b2ac87d86d6fc25e853f14c2f
Remove various references to cURL in code comments

Given we now use Guzzle as well, and don't require cURL for any
features at a basic level, our code should not be as assumptious
about the backend being curl. Such assumptions may be wrong
and lead to confusion and/or bugs.

Bug: T137926
Change-Id: I6ad7f76768348e1eb8c1fb46c8125cce9285dc22
includes/clientpool/SquidPurgeClient.php
includes/http/Http.php
includes/specials/SpecialUploadStash.php