ddeschenes-1 opened a new pull request, #627:
URL: https://github.com/apache/commons-compress/pull/627

   Given the boolean to generate the header CRC in the gzip parameters, the 
GzipCompressorOutputStream will
   compute and add the CRC16 (actually low 16 bits of the CRC32) of the 
headers, as per the RFC.
   
   The GzipCompressorInputStream is still handling the presence of HCRC but 
still not computing nor checking it,
   because this would be too much a risk of regression. It will however raise 
the HCRC boolean in the loaded gzip parameters
   to signal it was seen.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to