On Fri, 2003-07-04 at 06:50, Centaur zeus wrote: > I am now using 3.6.2.3 and is using the method GET. I think that it > would download the whole file when it check each link (as opposed to HEAD). > But I use a testing file with an <a href> pointing to a very large file, but > it can be completed very quickly. So I am not quite sure about if I am > right. Please advise. It depends what you tell the link checker to do. Without recursion, the only file that will be fetched with GET is the first one (ie. the one you tell it to check the links in). In recursive mode, the linked files will be retrieved with GET when they are in the scope of the recursion. In short, when the link checker needs to retrieve any document for extracting links to check from it, GET will be used (must be). In other cases, HEAD. -- \/Received on Friday, 4 July 2003 04:31:43 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:35 UTC