missing flush() during banner exchange

This commit is contained in:
shikhar
2013-03-24 14:54:38 -04:00
parent 0d52441f01
commit eefaa26882

View File

@@ -151,6 +151,7 @@ public final class TransportImpl
log.info("Client identity string: {}", clientID); log.info("Client identity string: {}", clientID);
connInfo.out.write((clientID + "\r\n").getBytes(IOUtils.UTF8)); connInfo.out.write((clientID + "\r\n").getBytes(IOUtils.UTF8));
connInfo.out.flush();
// Read server's ID // Read server's ID
final Buffer.PlainBuffer buf = new Buffer.PlainBuffer(); final Buffer.PlainBuffer buf = new Buffer.PlainBuffer();