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

transfer-encoding chunked #8

Open
john-everden opened this issue Jul 31, 2017 · 2 comments
Open

transfer-encoding chunked #8

john-everden opened this issue Jul 31, 2017 · 2 comments

Comments

@john-everden
Copy link

It appears a recent twitter API change has passed over the header 'transfer-encoding': with chunked as a value breaking the API.

This modification I made appears to fix the issue:

foreach($reply_headers as $reply_header) {
if (
strpos($reply_header, 'transfer-encoding') === false
) {
header($reply_header);
}
}

@Mindbowser
Copy link

@jeverd01 where exactly you made this change? I mean which file?

@john-everden
Copy link
Author

Just created a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants