From a9abcb2cb04a9d466c59aca4042d0dbc07fec493 Mon Sep 17 00:00:00 2001 From: Joe Z Date: Fri, 13 Jan 2012 16:49:31 -0500 Subject: [PATCH] qf --- limestone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/limestone.js b/limestone.js index 3ffec1c..ee32877 100644 --- a/limestone.js +++ b/limestone.js @@ -158,7 +158,6 @@ exports.SphinxClient = function() { var protocol_version_raw = data.toReader(); var protocol_version = protocol_version_raw.int32(); - // if there still data? process and callback if(!protocol_version_raw.empty()) { status_code = protocol_version_raw.int16(); @@ -498,6 +497,7 @@ exports.SphinxClient = function() { req_length.toBuffer().copy(request_buf,4,0); //console.log('Sending build excerpt request of ' + request_buf.length + 'bytes'); + _enqueue(request_buf, callback, Sphinx.clientCommand.EXCERPT); }; // build_excerpts