Also print buffer capacity.
This commit is contained in:
@@ -103,6 +103,7 @@ public class FramedInputStream extends InputStream
|
|||||||
log.warning("Problem reading frame",
|
log.warning("Problem reading frame",
|
||||||
"_have", _have,
|
"_have", _have,
|
||||||
"_length (and old limit)", _length,
|
"_length (and old limit)", _length,
|
||||||
|
"capacity", _buffer.capacity(),
|
||||||
iae);
|
iae);
|
||||||
throw iae;
|
throw iae;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user