test: delete invalid http test
authorAlexis Campailla <alexis@janeasystems.com>
Thu, 30 Jan 2014 17:31:02 +0000 (09:31 -0800)
committerFedor Indutny <fedor.indutny@gmail.com>
Thu, 30 Jan 2014 17:52:07 +0000 (21:52 +0400)
commit49c2372e684ee91c2791488aaa8caaecfcf64e11
tree853bb94c9d36917c18e5a1ccfc297117b335591c
parentc8c26f12e44fd79cf99c5dab8cde1b3213bf2dfb
test: delete invalid http test

The test is no longer valid for the original scenario.

It now fails intermittently because of two other issues:
1. Since the client is only processing one readable event, the
   client request is not enough to keep the process alive and the
   process can exit before the desired events have been raised.
2. Reading just 1 byte is not enough to guarantee that the parser
   will eventually consume all the data and raise the desired
   parse error. I tried postponing the server.close() to address
   the issue at [1], but then the test just hangs sometimes.
test/simple/test-http-client-parser-double-free.js [deleted file]