From: Mikko Rasa Date: Fri, 3 Aug 2012 08:57:49 +0000 (+0300) Subject: The EOF logic wasn't quite correct X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=a386a9ff068071aab19e6dcb0452e72784d84267;hp=a386a9ff068071aab19e6dcb0452e72784d84267 The EOF logic wasn't quite correct If the underlying object reported EOF after reading the last byte, then ZlibCompressed would report EOF itself before giving out all data from the buffers. ---