ObjFW  Hex Artifact Content

Artifact 8e4451aee2c0cbc4584220a7a63cdd9bd90ed3ad4fa45d5ecb8ca639f3be94a3:

Manifest of check-in [8e4451aee2] - OFDeflateStream: Fix -[isAtEndOfStream]

Returning true if _decompression is NULL is a bad idea, as it means
-[isAtEndOfStream] will return true when no read has happened yet. This
breaks the common case where -[isAtEndOfStream] is checked in the loop
condition and the read only happens in the loop body. by js on 2016-05-29 19:43:34.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.