It appears, when stream: true and compression: true, centra delivers a gzip stream which does no contain a headers
property, causing an exception in phin.js at res.headers.hasOwnProperty('location')
TypeError: Cannot read properties of undefined (reading 'hasOwnProperty')
at phin (.../node_modules/phin/lib/phin.js:60:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
It appears, when
stream: true
andcompression: true
,centra
delivers a gzip stream which does no contain aheaders
property, causing an exception in phin.js atres.headers.hasOwnProperty('location')