ssh.com 3.2.0 uses zlib sync flush (start and close an empty
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Aug 2002 17:03:58 +0000 (17:03 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Aug 2002 17:03:58 +0000 (17:03 +0000)
commit7b4fa1b4c762a5fc20f905221c17b1698338c62a
tree464de0e000fe0857addf034c57298a9a73d95136
parente117a7427fbe82256705a281e29ec0fcfafeb613
ssh.com 3.2.0 uses zlib sync flush (start and close an empty
uncompressed block at the end of each compressed packet) which we
were embarrassingly unable to deal with because we assumed every
uncompressed block contained at least one byte. Particularly silly
because I _knew_ about the existence of sync flush when I coded this
module. Arrgh. Still, now fixed.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1824 cda61777-01e9-0310-a592-d414129be87e
sshzlib.c