From addb2ff4ef8a0ada410722ea43e6335f3e4f905d Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 29 Sep 2019 12:27:52 +1000 Subject: checkPaths -> checkFiles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ac867b..fe62f04 100644 --- a/README.md +++ b/README.md @@ -243,10 +243,10 @@ written yet. Note that currently this downloads 4GB per mirror. Calls checkRedirects() with the host as first and second arguments, and includes the IP this time. The inclusion of the IP causes -checkRedirects() to call checkPaths(). +checkRedirects() to call checkFiles(). -checkPaths() will call checkHEAD() for each of the reference files. +checkFiles() will call checkHEAD() for each of the reference files. checkHEAD() uses LuaSocket (or LuaSec for HTTPS) to send a HEAD request to @@ -255,5 +255,5 @@ not be followed by that request. If the request returns a redirect, then checkHEAD() is called recursively. If the redirect is to some host we are not already checking, we call checkRedirects() on it, with an IP of "redir". This causes checkRedirects() to bypass the test that would -otherwise call checkPaths(), instead gathering the IPs and fork as usual. +otherwise call checkFiles(), instead gathering the IPs and fork as usual. -- cgit v1.1