From b19d48a6ece2212315c0fcd2a0311d85f1cbb878 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Thu, 3 Oct 2002 11:51:57 +0000 Subject: [PATCH] Useless debug code --- SRC/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/http.c b/SRC/http.c index 4edd6ae..f8e141a 100644 --- a/SRC/http.c +++ b/SRC/http.c @@ -74,7 +74,7 @@ read_from_server (CHANNEL fs, short ssl) } } #endif - /* printf ("DEBUG: reading \"%s\"\n (%d chars)\n", big_recvline, nr); */ + /* printf ("DEBUG: reading \"%s\"\n (%d chars)\n", big_recvline, nr); */ /* HTTP replies should be separated by CR-LF. Unfortunately, some servers send only CR :-( */ body = ((nr == 2) || (nr == 1)); /* Empty line CR-LF seen */