Skip to content

Commit

Permalink
Analyze API: Failure to read full message over the wire, closes elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jul 20, 2011
1 parent ab48165 commit 5ea757a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ public static AnalyzeToken readAnalyzeToken(StreamInput in) throws IOException {
if (type == null) {
out.writeBoolean(false);
} else {
out.writeBoolean(false);
out.writeBoolean(true);
out.writeUTF(type);
}
}
Expand Down

0 comments on commit 5ea757a

Please sign in to comment.