*** empty log message ***

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1279 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-03-05 00:10:11 +00:00
parent d8f4135c60
commit dd9d6063c3

View file

@ -7,6 +7,12 @@
* before putting url data objects in the queue, check if they
have correct syntax and are not already cached
Changed: linkcheck/{UrlData,Config}.py
* every once in a while, remove all already cached urls from the
incoming queue. This action is reported when --status is given.
Changed: linkcheck/Config.py
* both changes above result in significant performance improvements
when checking large websites, since a majority of the links tend
to be navigation links to already-cached pages.
1.12.1 (release 21.2.2004)
* raise IncompleteRead instead of ValueError on malformed chunked