aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/http/curl_downloader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/http/curl_downloader.rs')
-rw-r--r--crates/shirabe/src/util/http/curl_downloader.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/src/util/http/curl_downloader.rs b/crates/shirabe/src/util/http/curl_downloader.rs
index 1207dea0..2d2259b9 100644
--- a/crates/shirabe/src/util/http/curl_downloader.rs
+++ b/crates/shirabe/src/util/http/curl_downloader.rs
@@ -63,7 +63,6 @@ enum Decision {
}
impl CurlDownloader {
- /// @param mixed[] $options
pub fn new(
io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>>,
config: std::rc::Rc<std::cell::RefCell<Config>>,
@@ -100,9 +99,6 @@ impl CurlDownloader {
}
}
- /// @param mixed[] $options
- /// @param non-empty-string $url
- ///
/// Runs the request through the redirect/retry/status state machine until it resolves,
/// mirroring what the PHP promise resolver + `tick()` loop used to do together.
pub async fn download(