We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39272b commit e51a4e8Copy full SHA for e51a4e8
test/client.js
@@ -39,7 +39,6 @@ describe('http', () => {
39
}
40
41
if (req.headers['x-setcontenttype']) {
42
- console.log('here come dat header', req.headers)
43
// Allow the test to explicitly set (or unset) a content type
44
if (req.headers['x-setcontenttype'] === 'none') {
45
res.removeHeader('Content-Type')
0 commit comments