From 561924db750cbb4e4c183f9616472ed9a5b0fc7f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 12 Aug 2026 00:19:10 +0900 Subject: docs(todo): retag TODO markers by root cause Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-php-shim/src/net.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-php-shim/src/net.rs') 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) { -- cgit v1.3.1-4-g156e