Skip to content

ClientResponse.content protocol #106

@kxepal

Description

@kxepal

Looks like I'd introduced another bug (: Currently, ClientResponse.release expect that underlying flow control implements .readany() method. However, recently introduced FlowControlChunksQueue doesn't.

I wonder what the fix have to be: readany() for ChunksQueue is mostly useless while making his read() to match the behaviour of StreamReader is almost dangerous. What's the common baseline would be for both of these?

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