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

Curl Adapter Needs to Look for Case Insensitive Headers #50

@KarunaGovind

Description

@KarunaGovind

\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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions