From 01352ed44259d1b6d677d392099850534ecf33ce Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 17 Jul 2026 16:50:13 +0900 Subject: docs(curl-downloader): mark unported abortRequest note as TODO(phase-c) Freeform notes about intentionally-unported production behavior are easy to miss on a read-through and impossible to grep for later. --- crates/shirabe/src/util/http/curl_downloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe') diff --git a/crates/shirabe/src/util/http/curl_downloader.rs b/crates/shirabe/src/util/http/curl_downloader.rs index 93661d86..c0b968bd 100644 --- a/crates/shirabe/src/util/http/curl_downloader.rs +++ b/crates/shirabe/src/util/http/curl_downloader.rs @@ -11,7 +11,7 @@ //! is preserved. Per-request TLS/proxy/IP-resolve settings that reqwest only exposes per-Client //! are simplified to a single default Client; see the TODOs below. //! -//! `abortRequest()` (PHP `CurlDownloader::abortRequest`, called from +//! TODO(phase-c): `abortRequest()` (PHP `CurlDownloader::abortRequest`, called from //! `HttpDownloader.php:275` when a React\Promise consumer cancels a download) has no equivalent //! here: shirabe has never ported the Promise/canceler machinery (`HttpDownloader::STATUS_ABORTED` //! is likewise unused), and there is no job table left to cancel now that `download()` runs to -- cgit v1.3.1