aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-09-29 12:27:52 +1000
committeronefang2019-09-29 12:27:52 +1000
commitaddb2ff4ef8a0ada410722ea43e6335f3e4f905d (patch)
tree78af16f3b8a02912ee28bbdf5542c978ec2781d8 /README.md
parentcheckURL -> checkHEAD (diff)
downloadapt-panopticon-addb2ff4ef8a0ada410722ea43e6335f3e4f905d.zip
apt-panopticon-addb2ff4ef8a0ada410722ea43e6335f3e4f905d.tar.gz
apt-panopticon-addb2ff4ef8a0ada410722ea43e6335f3e4f905d.tar.bz2
apt-panopticon-addb2ff4ef8a0ada410722ea43e6335f3e4f905d.tar.xz
checkPaths -> checkFiles
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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.
243 243
244Calls checkRedirects() with the host as first and second arguments, and 244Calls checkRedirects() with the host as first and second arguments, and
245includes the IP this time. The inclusion of the IP causes 245includes the IP this time. The inclusion of the IP causes
246checkRedirects() to call checkPaths(). 246checkRedirects() to call checkFiles().
247 247
248 248
249checkPaths() will call checkHEAD() for each of the reference files. 249checkFiles() will call checkHEAD() for each of the reference files.
250 250
251 251
252checkHEAD() uses LuaSocket (or LuaSec for HTTPS) to send a HEAD request to 252checkHEAD() 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
255checkHEAD() is called recursively. If the redirect is to some host we are 255checkHEAD() is called recursively. If the redirect is to some host we are
256not already checking, we call checkRedirects() on it, with an IP of 256not 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
258otherwise call checkPaths(), instead gathering the IPs and fork as usual. 258otherwise call checkFiles(), instead gathering the IPs and fork as usual.
259 259