From: Eric Hodel <drbrain@...7.net>
Date: 2012-01-27T07:59:05+09:00
Subject: [ruby-core:42240] [ruby-trunk - Feature #5937][Open] Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams


Issue #5937 has been reported by Eric Hodel.

----------------------------------------
Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
https://bugs.ruby-lang.org/issues/5937

Author: Eric Hodel
Status: Open
Priority: Normal
Assignee: 
Category: ext
Target version: 2.0.0


The attached patch allows Zlib::Inflate users to supply dictionaries ahead of time in order to avoid handling the Zlib::NeedDict exception.

Multiple dictionaries may be provided.  Zlib::Inflate will choose a matching dictionary based on the adler32 checksum of the provided dictionaries.


-- 
http://bugs.ruby-lang.org/