Skip to content

Commit

Permalink
Merge 51ef100 into 27bb93a
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Jul 18, 2018
2 parents 27bb93a + 51ef100 commit dd9ffc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Expand Up @@ -279,12 +279,6 @@ RedisClient.prototype.create_stream = function () {
self.on_error(err);
});

/* istanbul ignore next: difficult to test and not important as long as we keep this listener */
this.stream.on('clientError', function (err) {
debug('clientError occured');
self.on_error(err);
});

this.stream.once('close', function (hadError) {
self.connection_gone('close');
});
Expand Down

0 comments on commit dd9ffc9

Please sign in to comment.