mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 00:54:43 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2211 e7d03fd6-7b0d-0410-9947-9c21f3af8025
19 lines
683 B
Text
19 lines
683 B
Text
Possible improvements people could work on:
|
|
|
|
- [OPTIMIZATION] Connection pooling. Right now we open for every link a
|
|
new connection.
|
|
Must be thread-safe, must handle timeouts and connection expiration
|
|
(HTTP: only pool persistent (ie. HTTP/1.1) connections; Keepalive
|
|
header parsing).
|
|
|
|
- [USAGE] rethink intern/extern stuff
|
|
|
|
- [BUGFIX] when an URL is found in the cache and it has a broken anchor,
|
|
the broken anchor name is not displayed as a warning
|
|
|
|
- [USAGE] make a nice GUI for linkchecker
|
|
|
|
- [FEATURE] warn if overall size of page (including images/flash/etc.) is
|
|
too big. Right now, the page size is only html content.
|
|
|
|
- [FEATURE] Option to save downloaded pages.
|