From 0f04476b7fa3d6f1880231b9c12c726272c3427c Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 3 Dec 2007 09:28:24 +0000 Subject: [PATCH] connection resets are dropped connections from the server; use --pause to reeduce the server connection attempts. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3628 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 0335e436..4c6eeb36 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,3 @@ -- [BUG REPORT] - Error: (54, 'Connection reset by peer') - Happens with http 1.1 keep-alive, disappears when activating debug mode. - - [BUG REPORT] the web interface only runs on the server it is installed on. The ALLOWED_HOSTS and ALLOWED_SERVERS variables in lc.cgi don't work and are not (well) documented.