Connection: update comment

fork
mscdex 11 years ago
parent 132cd1e13a
commit a1295a31de

@ -1128,8 +1128,8 @@ Connection.prototype._enqueue = function(fullcmd, promote, cb) {
this._queue.push(info);
if (!this._curReq) {
// defer until next tick for requests like APPEND where access to the
// request object is needed immediately after enqueueing
// defer until next tick for requests like APPEND and FETCH where access to
// the request object is needed immediately after enqueueing
process.nextTick(function() { self._processQueue(); });
} else if (this._curReq.type === 'IDLE') {
this._idle.enabled = false;

Loading…
Cancel
Save