linkchecker/linkcheck/checker
calvin 209d5abc18 fix timeouts by testing earlier for persistent connections with HEAD
HEAD requests never have a body; nevertheless the http lib tries to
read() from them. This times out on some servers of course. Fix is
not to let those connections be persistent.

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3871 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2008-11-29 08:14:28 +00:00
..
__init__.py Use relative imports from Python 2.5 2008-05-09 06:16:03 +00:00
const.py Support parsing of Firefox 3 bookmark files 2008-11-20 07:51:22 +00:00
fileurl.py Filter invalid mozilla bookmark urls from places.sqlite 2008-11-28 10:54:16 +00:00
ftpurl.py Made some format changes on translated strings. 2008-11-28 20:22:48 +00:00
gopherurl.py Use relative imports from Python 2.5 2008-05-09 06:16:03 +00:00
httpheaders.py Lower the MIME content-type info from HTTP headers befure using it 2008-06-16 09:38:09 +00:00
httpsurl.py Use relative imports from Python 2.5 2008-05-09 06:16:03 +00:00
httpurl.py fix timeouts by testing earlier for persistent connections with HEAD 2008-11-29 08:14:28 +00:00
internpaturl.py Use relative imports from Python 2.5 2008-05-09 06:16:03 +00:00
mailtourl.py Improved email check messages. 2008-05-27 19:44:07 +00:00
nntpurl.py Use keyword arguments in translation strings. 2008-05-27 19:44:40 +00:00
proxysupport.py Made some format changes on translated strings. 2008-11-28 20:22:48 +00:00
telneturl.py Use relative imports from Python 2.5 2008-05-09 06:16:03 +00:00
unknownurl.py Use keyword arguments in translation strings. 2008-05-27 19:44:40 +00:00
urlbase.py Improved and tested opera bookmark parser 2008-11-20 07:52:02 +00:00