From 75a0281a6b04772b818cb7a6a01216fdf523d206 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 26 Sep 2010 22:33:58 +0200 Subject: Fixed outgoing flow control + writes behaviours --- src/packet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/packet.c') diff --git a/src/packet.c b/src/packet.c index a97db93b..65f97248 100644 --- a/src/packet.c +++ b/src/packet.c @@ -433,9 +433,6 @@ static int ssh_packet_write(ssh_session session) { rc=ssh_socket_write(session->socket, ssh_buffer_get_begin(session->out_buffer), ssh_buffer_get_len(session->out_buffer)); - if(rc == SSH_OK){ - rc=ssh_socket_nonblocking_flush(session->socket); - } leave_function(); return rc; } -- cgit v1.2.3