From 58041e78c6d88eb9b72a3c4097ea723bd5529558 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Jun 1997 18:01:07 +0000 Subject: Add "body bytes" count. svn path=/trunk/; revision=1072 --- driver.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 9aaec733..26ebe72a 100644 --- a/driver.c +++ b/driver.c @@ -1534,6 +1534,7 @@ const struct method *proto; /* protocol method table */ { if ((ok=(protocol->fetch_body)(sock,ctl,num,&len))) goto cleanUp; + error_build(" (%d body bytes) ", len); set_timeout(ctl->server.timeout); } } -- cgit v1.2.3