node/test
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null"
Fix the following exception:

  http.js:974
    this._httpMessage.emit('close');
                      ^
  TypeError: Cannot call method 'emit' of null
      at Socket.onServerResponseClose (http.js:974:21)
      at Socket.EventEmitter.emit (events.js:124:20)
      at net.js:421:10
      at process._tickCallback (node.js:386:13)
      at process._makeCallback (node.js:304:15)

Fixes #4586.
2013-01-14 17:28:32 +01:00
..
addons test: update addons .gitignore 2012-05-24 14:07:09 +02:00
disabled Merge remote-tracking branch 'ry/v0.6' into master 2012-04-18 11:57:54 -07:00
fixtures fs: don't segfault on deeply recursive stat() 2012-09-14 02:37:51 +02:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet test: pick another CNAME record to test dns queries 2012-09-26 01:57:24 +02:00
message test-message: fix message output 2012-08-05 14:33:23 -07:00
pummel tls: fix tls.connect() resource leak 2012-11-26 01:51:05 +01:00
simple http: fix "Cannot call method 'emit' of null" 2013-01-14 17:28:32 +01:00
common.js test: add common.mustCall function 2012-12-12 09:46:09 +01:00