Skip to content

Truncated responses #6

@cergfix

Description

@cergfix

There appears to be a problem with

//read response data
ByteBuffer buffer = ByteBuffer.allocate(10240);
connection.read(buffer);
buffer.flip();

Sometimes, when the response is quite big, it's being truncated even if ByteBuffer.allocate is set to a higher value.

Any ideas? I will try to dig as much debug data as possible for this.

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