Skip to content
Snippets Groups Projects
Commit 9ad38841 authored by deuce's avatar deuce
Browse files

Flush the SSH session before popping data in case a rekey is needed.

Fixes issue with large downloads over SSH.
parent 7945142d
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ void ssh_input_thread(void *args)
continue;
pthread_mutex_lock(&ssh_mutex);
cl.FlushData(ssh_session);
status=cl.PopData(ssh_session, conn_api.rd_buf, conn_api.rd_buf_size, &rd);
pthread_mutex_unlock(&ssh_mutex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment