diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -254,6 +254,6 @@ the IP, with a Host header set to the original host name. Redirects will | |||
254 | not be followed by that request. If the request returns a redirect, then | 254 | not be followed by that request. If the request returns a redirect, then |
255 | checkURL() is called recursively. If the redirect is to some host we are | 255 | checkURL() 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 IP gathering | 257 | "redir". This causes checkRedirects() to bypass the test that would |
258 | process, and call checkPaths() with the new host. | 258 | otherwise call checkPaths(), instead gathering the IPs and fork as usual. |
259 | 259 | ||