Flush to socket when starting to read

This commit is contained in:
Pieter Noordhuis
2011-02-25 13:00:34 +01:00
parent dad1b8c394
commit 9dd23cec81
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);
}