diff options
-rw-r--r-- | driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } } |