Drop these old references to initial window size, they were a mistake

This commit is contained in:
Sara Golemon
2005-05-18 17:12:40 +00:00
parent 8937980044
commit 6de7ed8a7b
2 changed files with 6 additions and 7 deletions

View File

@@ -779,7 +779,7 @@ LIBSSH2_API int libssh2_channel_flush_ex(LIBSSH2_CHANNEL *channel, int streamid)
packet = next;
}
if (refund_bytes && channel->remote.window_size_initial) {
if (refund_bytes) {
libssh2_channel_receive_window_adjust(channel, refund_bytes, 0);
}