diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-12 00:19:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-12 00:19:36 +0900 |
| commit | 561924db750cbb4e4c183f9616472ed9a5b0fc7f (patch) | |
| tree | 13d27f8c4d3a0fca8cfd447ea32befa9aa358228 /crates/shirabe-php-shim/src/net.rs | |
| parent | daa1acf091627f4f1af63ad44eee988048fa4136 (diff) | |
| download | php-shirabe-561924db750cbb4e4c183f9616472ed9a5b0fc7f.tar.gz php-shirabe-561924db750cbb4e4c183f9616472ed9a5b0fc7f.tar.zst php-shirabe-561924db750cbb4e4c183f9616472ed9a5b0fc7f.zip | |
docs(todo): retag TODO markers by root cause
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-shim/src/net.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-php-shim/src/net.rs b/crates/shirabe-php-shim/src/net.rs index 605ee019..e5d3fcf0 100644 --- a/crates/shirabe-php-shim/src/net.rs +++ b/crates/shirabe-php-shim/src/net.rs @@ -45,7 +45,7 @@ thread_local! { // Engine-side hook with no PHP userland counterpart: the HTTP stream layer must call this // after each request, like PHP's http wrapper populating `$http_response_header`. No stream -// layer performs HTTP requests yet (see the TODO(phase-c) in util/remote_filesystem.rs), so +// layer performs HTTP requests yet (see the TODO(http) in util/remote_filesystem.rs), so // until then the store stays empty and the getter below returns None, which matches PHP // before any HTTP stream request was made. pub fn http_record_last_response_headers(headers: Vec<String>) { |
