From 37df809ec7a43c964bdede49d4dd4f95d910c42c Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 29 Sep 2019 11:22:34 +1000 Subject: Oops, read the "redir" logic incorrectly, and wrote the theory section wrong. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bc5fdb1..a411e29 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,6 @@ the IP, with a Host header set to the original host name. Redirects will not be followed by that request. If the request returns a redirect, then checkURL() 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 IP gathering -process, and call checkPaths() with the new host. +"redir". This causes checkRedirects() to bypass the test that would +otherwise call checkPaths(), instead gathering the IPs and fork as usual. -- cgit v1.1