mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2229 e7d03fd6-7b0d-0410-9947-9c21f3af8025
20 lines
742 B
Text
20 lines
742 B
Text
Possible improvements people could work on:
|
|
|
|
- [OPTIMIZATION] HTTP connection pooling. Right now we open for every
|
|
HTTP 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).
|
|
Note: FTP connection pooling is already there.
|
|
|
|
- [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.
|