Tartarus CVS: putty simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 08 Aug 2002 18:03:58 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	02/08/08 18:03:58

Modified files:
	.              : sshzlib.c 

Log message:
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.