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
Bug Description
After upgrading from
6.21.0to7.1.0the responseset-cookieheader contains\x00instead of actual values.Expected
Received
Reproducible By
Expected Behavior
Logs & Screenshots
Environment
Additional context