aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-malformed-request.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-06-02 18:02:48 -0700
committerJohan Bergström <bugs@bergstroem.nu>2015-06-04 11:38:57 +1000
commit6537fd4b55a5d8c8ec8100e23dbf76052104b89a (patch)
treee98ce7e5442c72c16ee4c2cc7388ff8a9aceb049 /test/parallel/test-http-malformed-request.js
parentb5cd2f098691935b6bef6ded1b0de7ef37431f27 (diff)
downloadandroid-node-v8-6537fd4b55a5d8c8ec8100e23dbf76052104b89a.tar.gz
android-node-v8-6537fd4b55a5d8c8ec8100e23dbf76052104b89a.tar.bz2
android-node-v8-6537fd4b55a5d8c8ec8100e23dbf76052104b89a.zip
test: remove TODO
It's not clear what additional tests are wanted. The current malformed URL test seems adequate. PR-URL: https://github.com/nodejs/io.js/pull/1875 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'test/parallel/test-http-malformed-request.js')
-rw-r--r--test/parallel/test-http-malformed-request.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http-malformed-request.js b/test/parallel/test-http-malformed-request.js
index 5f65113afd..c83aeca9b9 100644
--- a/test/parallel/test-http-malformed-request.js
+++ b/test/parallel/test-http-malformed-request.js
@@ -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() {