Skip to content

Commit 069dd10

Browse files
committed
test: remove vulgar language
The FIXME is obsolete as it was meant about a indentation issue that got fixed a long time ago. PR-URL: #18395 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 9e9c516 commit 069dd10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-zerolengthbufferbug.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const http = require('http');
66

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

0 commit comments

Comments
 (0)