1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

removing flush_and_error from on_error handler

This commit is contained in:
Chris Hamant
2013-12-17 15:31:53 -05:00
committed by Ruben Bridgewater
parent 03e8c03503
commit a9e7663aff

View File

@@ -171,8 +171,6 @@ RedisClient.prototype.on_error = function (msg) {
debug(message); debug(message);
this.flush_and_error(message);
this.connected = false; this.connected = false;
this.ready = false; this.ready = false;