Skip to content

Commit

Permalink
test: delete invalid http test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orangemocha authored and indutny committed Jan 30, 2014
1 parent c8c26f1 commit 49c2372
Showing 1 changed file with 0 additions and 61 deletions.
61 changes: 0 additions & 61 deletions test/simple/test-http-client-parser-double-free.js

This file was deleted.

0 comments on commit 49c2372

Please sign in to comment.