Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 65f2bf7

Browse files
committed
fix(2.6-protocol): kill cursor callback is called by pool now
1 parent 5281605 commit 65f2bf7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/wireprotocol/2_6_support.js

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ WireProtocol.prototype.killCursor = function(bson, ns, cursorState, pool, callba
111111
}
112112
}
113113
}
114-
115-
// Callback
116-
if (typeof callback === 'function') callback(null, null);
117114
};
118115

119116
WireProtocol.prototype.getMore = function(

0 commit comments

Comments
 (0)