From afcdba27a2fd9c6cf95249aed0725cf64f2577c2 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 5 Oct 2023 08:14:31 +0200 Subject: [PATCH] Fix list usage It reads more natural now --- http_client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.