- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 674
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
After upgrading from 6.21.0 to 7.1.0 the response set-cookie header contains \x00 instead of actual values.
Expected
{
  server: 'nginx',
  date: 'Mon, 09 Dec 2024 07:11:11 GMT',
  'content-type': 'application/json; charset=utf-8',
  'content-length': '359',
  connection: 'keep-alive',
  'set-cookie': [
    'CloudFront-Policy=xxx; Path=/; Domain=example.com; HTTPOnly',
    'CloudFront-Key-Pair-Id=xxx; Path=/; Domain=example.com; HTTPOnly',
    'CloudFront-Signature=xxx; Path=/; Domain=example.com; HTTPOnly'
  ]
}Received
{
  server: 'nginx',
  date: 'Mon, 09 Dec 2024 07:08:57 GMT',
  'content-type': 'application/json; charset=utf-8',
  'content-length': '364',
  connection: 'keep-alive',
  'set-cookie': '\x00\x00\x00',
}Reproducible By
Expected Behavior
Logs & Screenshots
Environment
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working