Skip to content

transfer-encoding chunked #8

@john-everden

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

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