better explanation for code 0

main
eric 2023-05-03 12:21:48 -04:00
parent f2278f2712
commit 451cf9df6a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ When a link is checked we record the status code and content type returned by th
<li>"503" means that a website couldnt be reached. This could happen because the server was too busy, under maintenance, or something else. Amazon's robot blocker returns 503 codes, so these must be checked manually.
<li>"504" indicates that the server, while acting as a gateway or proxy did not get a response in time from an upstream server.
<li>"511" indicates a problem with the security of the connection - most often an incomplete certificate.
<li>"None" or "0" means something has gone terribly wrong.
<li>"None" or "0" means something has gone terribly wrong. Possibly a bug in the checker or a malformed url.
</ul>
<p> {{ num_checked }} links have been checked. <p>