From 045e6da35fec9a757d1b130854ffae9e41e0720e Mon Sep 17 00:00:00 2001 From: webimpress Date: Tue, 1 Oct 2019 11:03:45 +0100 Subject: [PATCH] Add notes to documenation about issue with libcurl prior to 7.30.0 Resolves #24 Resolves #181 --- docs/book/client/adapters.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/book/client/adapters.md b/docs/book/client/adapters.md index 9442cac5a6..32c5b25c01 100644 --- a/docs/book/client/adapters.md +++ b/docs/book/client/adapters.md @@ -239,6 +239,12 @@ choice for a HTTP adapter. It supports secure connections, proxies, and multiple authentication mechanisms. In particular, it is very performant with regards to transfering large files. +> #### Known issue with libcurl prior to 7.30.0 +> +> There is an issue with [incorrect headers length detection in libcurl](https://github.com/bagder/curl/pull/60) +> prior to 7.30.0. It leads to problems with removing the Transfer-Encoding +> header from the response. We encourage to update libcurl. + ### Setting cURL options ```php