jetty-9: HTTP client: better logging.
This commit is contained in:
parent
4ab9715c1b
commit
707acbeed7
|
@ -64,7 +64,7 @@ public class HttpReceiver implements HttpParser.ResponseHandler<ByteBuffer>
|
|||
while (true)
|
||||
{
|
||||
int read = endPoint.fill(buffer);
|
||||
LOG.debug("Read {} bytes", read);
|
||||
LOG.debug("Read {} bytes from {}", read, connection);
|
||||
if (read > 0)
|
||||
{
|
||||
while (buffer.hasRemaining())
|
||||
|
|
Loading…
Reference in New Issue