Project

General

Profile

Actions

Feature #5937

closed

Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams

Added by drbrain (Eric Hodel) about 12 years ago. Updated almost 12 years ago.

Status:
Closed
Assignee:
-
Target version:
[ruby-core:42240]

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

zlib.c.add_dictionary.patch (3.77 KB) zlib.c.add_dictionary.patch drbrain (Eric Hodel), 01/27/2012 08:04 AM

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #5929: Zlib::Inflate#set_dictionary does not work with short inputClosed01/26/2012Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0