Description
get_cookie_value in crates/common/src/cookies.rs does not explicitly test the invalid UTF-8 branch for the incoming Cookie header.
Done when
Affected area
- Core (synthetic IDs, cookies, GDPR)
Additional context
Source: test_gap.md, section Cookie Parsing Edge Cases.
Parent issue: #396