Skip to content

transfer-encoding chunked #8

Description

@john-everden

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);
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions