Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignoring invalid incoming Transfer-Encoding response header #122

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

clue
Copy link
Member

@clue clue commented Feb 6, 2018

With this change applied, the Response will no longer try to decode incoming responses that use the (invalid) Transfer-Encoding: chunked, chunked header. This PR adds a few helper methods that are inspired by PSR-7. Exposing these as part of the public API is left up for #41.

Resolves / closes #117
Builds on top of #58

@clue clue added the bug label Feb 6, 2018
@clue clue added this to the v0.5.7 milestone Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strtolower() expects parameter 1 to be string, array given
3 participants