This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Description
\Zend\Http\Client\Adapter\Curl removes a few response headers (namely Transfer-Encoding, Content-Encoding) to make sure \Zend\Http\Response behaves correctly.
However, it assumes response headers have fixed cases. The AWS ELB in particular returns "transfer-encoding" as all lower case, therefore the code needs to do a case insensitive replace.