Skip to content

Conversation

@clue
Copy link
Owner

@clue clue commented Apr 2, 2020

// old
$compressor = Clue\React\Zlib\ZlibFilterStream::createGzipCompressor();

// new
$compressor = new Clue\React\Zlib\Compressor(ZLIB_ENCODING_GZIP);

Among others, this is done in preparation for #4.

@clue clue added this to the v0.2.2 milestone Apr 2, 2020
@clue clue force-pushed the compressor-decompressor branch from 7370a63 to f62b157 Compare April 2, 2020 19:26
@clue clue merged commit ccee450 into clue:master Apr 2, 2020
@clue clue deleted the compressor-decompressor branch April 2, 2020 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant