This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Description
Right now the checker fetches both the HTTP version and the rewritten HTTPS version of a URL, and fails if either one fails.
There are a small number of cases in which we don't mind if the HTTP version fails. Specifically, a connection failure or timeout on the HTTP version are more or less okay. These failures prevent us from measuring a delta between the HTTP and HTTPS versions, but as long as the rule is simple (rewrite everything on HTTP to the same path on HTTPS), it's okay to assume resources are equivalent.