Closed
Description
Might only be an issue with older node versions, however pull #552 from today broke everything for me.
res.writeHead(200, { 'Content-Type: application/json' });
should be
res.writeHead(200, { 'Content-Type' : 'application/json' });
on lines 18 and 22
Metadata
Metadata
Assignees
Labels
No labels