Merge branch 'flush' of git://github.com/pietern/jedis into pietern-flush

This commit is contained in:
Jonathan Leibiusky
2011-02-28 10:37:43 -03:00
3 changed files with 18 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ public final class Protocol {
os.write(arg);
os.writeCrLf();
}
os.flush();
} catch (IOException e) {
throw new JedisConnectionException(e);
}