Skip to content

Commit 47ff86b

Browse files
committed
test old behaviour
1 parent 12b516f commit 47ff86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/containertool/gzip.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ func gzip(_ bytes: [UInt8]) -> [UInt8] {
5656
// compressed output for the same input, but using the same default
5757
// value removes one one source of differences between platforms.
5858

59+
/*
5960
let gz_os_unknown = Int32(255)
6061
var header = gz_header()
6162
header.os = gz_os_unknown
63+
*/
6264

6365
let windowBits: Int32 = 15 + 16
6466
let level = Z_DEFAULT_COMPRESSION

0 commit comments

Comments
 (0)