Actions
Feature #5937
closedZlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
    Feature #5937:
    Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
  
Description
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.
Files
Actions