We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66ec96 commit 62c5bb4Copy full SHA for 62c5bb4
src/checker/http_checker.rs
@@ -54,8 +54,6 @@ impl Default for Options {
54
}
55
56
/// Fetches the response from a URL.
57
-///
58
-/// First attempts to fetch just the head, and if not supported falls back to fetching the entire body.
59
async fn do_request(
60
client: &Client,
61
check_config: &CheckConfig,
0 commit comments