We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7abac8 commit b282865Copy full SHA for b282865
Sources/containertool/gzip.swift
@@ -56,9 +56,11 @@ func gzip(_ bytes: [UInt8]) -> [UInt8] {
56
// compressed output for the same input, but using the same default
57
// value removes one one source of differences between platforms.
58
59
+/*
60
let gz_os_unknown = Int32(255)
61
var header = gz_header()
62
header.os = gz_os_unknown
63
+*/
64
65
let windowBits: Int32 = 15 + 16
66
let level = Z_DEFAULT_COMPRESSION
0 commit comments