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.
2 parents b39272b + e51a4e8 commit ae8a06dCopy full SHA for ae8a06d
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