Skip to content

http: writeHead if statusmessage is undefined dont override headers

fix: https://github.com/nodejs/node/issues/32395 this PR avoids that when calling res.writeHead(200, undefined, { 'x-foo': 'bar' }); the headers are ignored.

Merge request reports

Loading