Fixed deflate-stream extension. 44/2844/1
authorDavid Galeano <davidgaleano@turbulenz.biz>
Wed, 9 Jan 2013 10:03:28 +0000 (18:03 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:22 +0000 (13:01 -0800)
commit91afbaf9a86a31a78c8f307de8e332102d852612
tree7fe51025d991fb94f79fb8c5ae767aec67f51350
parentee0645d7b54fab11eab64fc8b0944aa35c56b563
Fixed deflate-stream extension.
When the output buffer was exhausted the input buffer was discarded
without checking if zlib had actually consumed all the input,
now we copy the remaining input data for the next call.
lib/extension-deflate-stream.c
lib/extension-deflate-stream.h