Flush to socket when starting to read
This commit is contained in:
@@ -44,7 +44,6 @@ public final class Protocol {
|
||||
os.write(arg);
|
||||
os.writeCrLf();
|
||||
}
|
||||
os.flush();
|
||||
} catch (IOException e) {
|
||||
throw new JedisConnectionException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user