Analyze API: Failure to read full message over the wire, closes #1138.

This commit is contained in:
kimchy 2011-07-20 22:05:22 +03:00
parent 5bd4c16a0c
commit c3124efe51
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class AnalyzeResponse implements ActionResponse, Iterable<AnalyzeResponse
if (type == null) {
out.writeBoolean(false);
} else {
out.writeBoolean(false);
out.writeBoolean(true);
out.writeUTF(type);
}
}