diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -243,10 +243,10 @@ written yet. Note that currently this downloads 4GB per mirror. | |||
243 | 243 | ||
244 | Calls checkRedirects() with the host as first and second arguments, and | 244 | Calls checkRedirects() with the host as first and second arguments, and |
245 | includes the IP this time. The inclusion of the IP causes | 245 | includes the IP this time. The inclusion of the IP causes |
246 | checkRedirects() to call checkPaths(). | 246 | checkRedirects() to call checkFiles(). |
247 | 247 | ||
248 | 248 | ||
249 | checkPaths() will call checkHEAD() for each of the reference files. | 249 | checkFiles() will call checkHEAD() for each of the reference files. |
250 | 250 | ||
251 | 251 | ||
252 | checkHEAD() uses LuaSocket (or LuaSec for HTTPS) to send a HEAD request to | 252 | 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 | |||
255 | checkHEAD() is called recursively. If the redirect is to some host we are | 255 | checkHEAD() is called recursively. If the redirect is to some host we are |
256 | not already checking, we call checkRedirects() on it, with an IP of | 256 | not already checking, we call checkRedirects() on it, with an IP of |
257 | "redir". This causes checkRedirects() to bypass the test that would | 257 | "redir". This causes checkRedirects() to bypass the test that would |
258 | otherwise call checkPaths(), instead gathering the IPs and fork as usual. | 258 | otherwise call checkFiles(), instead gathering the IPs and fork as usual. |
259 | 259 | ||