diff --git a/http_client.rst b/http_client.rst index 353f2024491..a65bafcde3f 100644 --- a/http_client.rst +++ b/http_client.rst @@ -929,8 +929,8 @@ HTTP Compression The HTTP header ``Accept-Encoding: gzip`` is added automatically if: -* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``) -* When using the native HTTP client: `Zlib PHP extension`_ is installed +* using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``) +* using the native HTTP client: `Zlib PHP extension`_ is installed If the server does respond with a gzipped response, it's decoded transparently. To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.