Skip to content

parseOutput in haskell SDK only reads one chunk, causing DeSerializationError on large responses #718

@venkatk-git

Description

@venkatk-git

Issue:
parseOutput uses brRead, which only reads a single chunk from the response body. For larger responses, the body is truncated, and the parser sees incomplete data.

This causes DeSerializationError on large responses, since the parser never receives the full payload.

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