Files
node-v0.x-archive/lib
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
..
2011-03-14 17:37:05 -07:00
2012-07-06 19:28:35 -07:00
2011-03-14 17:37:05 -07:00
2013-01-08 04:32:40 +01:00
2012-06-16 11:02:49 -07:00
2012-09-25 11:08:52 -07:00
2011-03-14 17:37:05 -07:00
2012-12-12 09:46:22 +01:00
2012-08-24 16:56:06 +02:00
2012-02-27 14:03:18 -08:00
2012-06-19 14:07:48 -07:00
2012-06-28 10:14:03 -07:00
2012-11-26 01:51:05 +01:00
2012-03-03 23:48:57 -08:00
2012-08-04 13:04:15 -07:00