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