Skip to content

Commit 9d9227c

Browse files
committed
TASK-049-003: Update all using directives from RFC9112 to Http11
All consumer files now import `TurboHttp.Protocol.Http11` instead of the deprecated `TurboHttp.Protocol.RFC9112` namespace. No logic changes — only `using` directive updates. This was completed as part of TASK-049-002 (the namespace rename) so no additional file edits were required in this task.
1 parent 12ee55c commit 9d9227c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ and their namespace declarations updated.
9696
**Parallel:** no
9797

9898
**Acceptance Criteria:**
99-
- [ ] No `using TurboHttp.Protocol.RFC9112;` anywhere in the solution
100-
- [ ] All identified consumer files import `TurboHttp.Protocol.Http11`
101-
- [ ] No logic changes — only `using` directive updates
99+
- [x] No `using TurboHttp.Protocol.RFC9112;` anywhere in the solution
100+
- [x] All identified consumer files import `TurboHttp.Protocol.Http11`
101+
- [x] No logic changes — only `using` directive updates
102102

103103
---

0 commit comments

Comments
 (0)