From a43b3862cb839114179c24a6dffb2b8065ae406f Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sun, 30 Nov 1997 11:00:53 +0000 Subject: [PATCH] debug changes --- src/client_side.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/client_side.cc b/src/client_side.cc index db7f4e1f8d..944efce14a 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.160 1997/11/29 08:03:17 wessels Exp $ + * $Id: client_side.cc,v 1.161 1997/11/30 04:00:53 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -866,9 +866,7 @@ clientSendMoreData(void *data, char *buf, ssize_t size) fd, storeUrl(entry), http->out.offset); if (conn->chr != http) { /* there is another object in progress, defer this one */ - debug(0, 0) ("clientSendMoreData: Deferring delivery of\n"); - debug(0, 0) ("--> %s\n", storeUrl(entry)); - debug(0, 0) ("--> because other requests are in front\n"); + debug(0, 0) ("clientSendMoreData: Deferring %s\n", storeUrl(entry)); freefunc(buf); return; } else if (entry->store_status == STORE_ABORTED) { @@ -1868,9 +1866,7 @@ clientHttpConnectionsOpen(void) { ushortlist *u; int fd; - debug(0, 0) ("clientHttpConnectionsOpen\n"); for (u = Config.Port.http; u; u = u->next) { - debug(0, 0) ("clientHttpConnectionsOpen: port=%d\n", (int) u->i); enter_suid(); fd = comm_open(SOCK_STREAM, 0, -- 2.47.3