Actions
Feature #14800
openZlib::GzipReader#read does not support 2nd argument
    Feature #14800:
    Zlib::GzipReader#read does not support 2nd argument
  
Status:
Open
Assignee:
-
Target version:
-
Description
Zlib::GzipReader#read does not support 2nd argument for output buffer.
It is not same as IO#read and StringIO#read.
It is useful for duck typing to copy both plain files and gzipped files.
See also
Actions