Skip to content

Commit

Permalink
test: remove vulgar language
Browse files Browse the repository at this point in the history
The FIXME is obsolete as it was meant about a indentation issue
that got fixed a long time ago.

PR-URL: nodejs#18395
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
BridgeAR authored and MayaLekova committed May 8, 2018
1 parent ea080ea commit 89e7015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-zerolengthbufferbug.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const http = require('http');

const server = http.createServer((req, res) => {
const buffer = Buffer.alloc(0);
// FIXME: WTF gjslint want this?
res.writeHead(200, { 'Content-Type': 'text/html',
'Content-Length': buffer.length });
res.end(buffer);
Expand Down

0 comments on commit 89e7015

Please sign in to comment.