On Thu, 18 Mar 2021 10:46:04 GMT, Lin Zang <lz...@openjdk.org> wrote:
> 4890732: GZIPOutputStream doesn't support, in fact thwarts, use of optional > GZIP fields Dear All, This PR introduce new constructor of GZIPOutputStream to support adding extra field info in gzip file header, as decribed in RFC 1952 gzip spec (https://tools.ietf.org/html/rfc1952). BTW, does a CSR required for this PR? Thanks! Lin ------------- PR: https://git.openjdk.java.net/jdk/pull/3072