* Removed the extra debug messages. I am about to give up on this problem. Look...
authorArt Cancro <ajc@citadel.org>
Thu, 3 Jun 2010 04:51:44 +0000 (04:51 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Jun 2010 04:51:44 +0000 (04:51 +0000)
webcit/serv_func.c

index 1069858e5cba8790404ea69bfd02a5167547f24c..32778e275bfa6d9a13b29544e5bb5b85b02bd3f6 100644 (file)
@@ -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,