Skip to content

Commit

Permalink
qf
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZ99 committed Jan 13, 2012
1 parent b1facbc commit a9abcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limestone.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a9abcb2

Please sign in to comment.