@@ -142,14 +142,22 @@ Two correctness bugs in the Streams layer that both cause request-ordering viola
142142** Model:** haiku
143143
144144** Acceptance Criteria:**
145- - [ ] ` dotnet build --configuration Release ./src/TurboHttp.sln ` — zero errors, zero new warnings.
146- - [ ] ` dotnet test --project TurboHttp.StreamTests/TurboHttp.StreamTests.csproj ` — all tests pass.
147- - [ ] ` dotnet test --project TurboHttp.Tests/TurboHttp.Tests.csproj ` — all tests pass.
148- - [ ] ` dotnet test --project TurboHttp.IntegrationTests/TurboHttp.IntegrationTests.csproj ` — green (pre-existing failures only, documented).
149- - [ ] ` Grep ` for ` _pipelineUnlocked ` , ` _inReset ` , ` InReset ` , ` _pending ` in ` Http1XCorrelationStage.cs ` returns zero results.
150- - [ ] ` Grep ` for ` Source.Empty<NotUsed>() ` in ` Http10Engine.cs ` and ` Http11Engine.cs ` returns zero results (or only unrelated usages).
151- - [ ] ` BidiLoop-001 ` through ` BidiLoop-004 ` pass in ` BidiFlowFeedbackRaceTests ` .
152- - [ ] ` bp-001 ` through ` bp-004 ` pass in ` Http1XCorrelationBackPressureTests ` .
145+ - [x] ` dotnet build --configuration Release ./src/TurboHttp.sln ` — zero errors, zero new warnings.
146+ - ✓ ** VERIFIED** (2026-04-01 02:17): 0 errors, 0 warnings. Build time: 11s
147+ - [x] ` dotnet test --project TurboHttp.StreamTests/TurboHttp.StreamTests.csproj ` — all tests pass.
148+ - ✓ ** VERIFIED** (2026-04-01 02:18): 835 passed, 0 failed. Duration: 7s 641ms
149+ - [x] ` dotnet test --project TurboHttp.Tests/TurboHttp.Tests.csproj ` — all tests pass.
150+ - ✓ ** VERIFIED** (2026-04-01 02:19): 3652 passed, 0 failed. Duration: 9s 799ms
151+ - [x] ` dotnet test --project TurboHttp.IntegrationTests/TurboHttp.IntegrationTests.csproj ` — green (pre-existing failures only, documented).
152+ - ✓ ** VERIFIED** (2026-04-01 03:20): 471 passed, 1 skipped, 0 failed. Duration: 13m 46s. No regressions from feature 038 changes.
153+ - [x] ` Grep ` for ` _pipelineUnlocked ` , ` _inReset ` , ` InReset ` , ` _pending ` in ` Http1XCorrelationStage.cs ` returns zero results.
154+ - ✓ ** VERIFIED** (2026-04-01 02:20): Zero matches found. Dead code fully removed.
155+ - [x] ` Grep ` for ` Source.Empty<NotUsed>() ` in ` Http10Engine.cs ` and ` Http11Engine.cs ` returns zero results (or only unrelated usages).
156+ - ✓ ** VERIFIED** (2026-04-01 02:20): Zero matches found in engine files. InReset wiring completely removed.
157+ - [x] ` BidiLoop-001 ` through ` BidiLoop-004 ` pass in ` BidiFlowFeedbackRaceTests ` .
158+ - ✓ ** VERIFIED** (2026-04-01 02:18): 4 tests with correct DisplayName format pass (included in 835 passed stream tests). Namespace: ` TurboHttp.StreamTests.Concurrency ` .
159+ - [x] ` bp-001 ` through ` bp-004 ` pass in ` Http1XCorrelationBackPressureTests ` .
160+ - ✓ ** VERIFIED** (2026-04-01 02:18): 4 tests with correct DisplayName format pass (included in 835 passed stream tests). File: ` RFC9112/08_Http1XCorrelationBackPressureTests.cs ` .
153161
154162---
155163
0 commit comments