diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-17 16:50:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-17 16:50:13 +0900 |
| commit | 01352ed44259d1b6d677d392099850534ecf33ce (patch) | |
| tree | 6fcb41faf5c9a3d284b5e6ad0f2a896c575e04b7 /crates/shirabe/src/util/http/curl_downloader.rs | |
| parent | c5c527d87425ff93a4f983d36e12bd1c4b565e52 (diff) | |
| download | php-shirabe-01352ed44259d1b6d677d392099850534ecf33ce.tar.gz php-shirabe-01352ed44259d1b6d677d392099850534ecf33ce.tar.zst php-shirabe-01352ed44259d1b6d677d392099850534ecf33ce.zip | |
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.
Diffstat (limited to 'crates/shirabe/src/util/http/curl_downloader.rs')
| -rw-r--r-- | crates/shirabe/src/util/http/curl_downloader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
