Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/book/client/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down