From 92fa06a5835c4d92510dc110be57a092de5ef681 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 3 Jun 2010 04:51:44 +0000 Subject: [PATCH] * Removed the extra debug messages. I am about to give up on this problem. Look for today's date [2010jun03] in serv_func.c to see the point in the code where the connection to Citadel is lost. I don't know why. --- webcit/serv_func.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 1069858e5..32778e275 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -182,7 +182,6 @@ int GetConnected (void) WCC->connected = 1; StrBuf_ServGetln(Buf); /* get the server greeting */ short_status = GetServerStatus(Buf, &Status); - lprintf(9, "\033[32mGREETING: %s\033[0m\n", ChrPtr(Buf)); FreeStrBuf(&Buf); /* Server isn't ready for us? */ @@ -201,6 +200,8 @@ int GetConnected (void) return 1; } + /* 2010jun03: every now and then the connection to Citadel dies before this point. why? */ + /* * From what host is our user connecting? Go with * the host at the other end of the HTTP socket, -- 2.30.2