]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
ssh.com 3.2.0 uses zlib sync flush (start and close an empty
authorSimon Tatham <anakin@pobox.com>
Thu, 8 Aug 2002 17:03:58 +0000 (17:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 8 Aug 2002 17:03:58 +0000 (17:03 +0000)
commite8ab51144271847f7cc6a722e35c28e35587eff5
tree464de0e000fe0857addf034c57298a9a73d95136
parent4abd468e14d110f2085f7a693687a9c19e1d47e1
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.

[originally from svn r1824]
sshzlib.c