-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels