Skip to content

Commit

Permalink
test: remove TODO
Browse files Browse the repository at this point in the history
It's not clear what additional tests are wanted.
The current malformed URL test seems adequate.

PR-URL: #1875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
Trott authored and jbergstroem committed Jun 4, 2015
1 parent b5cd2f0 commit 6537fd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-http-malformed-request.js
Expand Up @@ -28,8 +28,6 @@ server.on('listening', function() {
c.write('GET /hello?foo=%99bar HTTP/1.1\r\n\r\n');
c.end();
});

// TODO add more!
});

process.on('exit', function() {
Expand Down

0 comments on commit 6537fd4

Please sign in to comment.