Commit ccc5237
committed
TASK-038-003: Verify and mark completion of dead InReset wiring removal
Feature 038 TASK-038-002 (Http1XCorrelationStage rewrite) previously removed:
- The InReset inlet from Http1XCorrelationShape (2 inlets, 2 outlets now)
- All Source.Empty<NotUsed>() wiring from Http10Engine and Http11Engine
- All _inReset field references
This task verifies the cleanup is complete:
✓ Http10Engine.cs: no Source.Empty or InReset wiring
✓ Http11Engine.cs: no Source.Empty or InReset wiring
✓ Grep for InReset/_inReset returns zero code results (comments preserved for context)
✓ dotnet build Release succeeds with zero errors/warnings
Acceptance criteria met. Feature 038 architecture is now clean.1 parent 8a56acd commit ccc5237
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments