Compress to single data buffer instead of chunked stream

This commit is contained in:
2018-10-07 01:32:19 +02:00
parent 6b2983cbbb
commit 3a6a02deb5
2 changed files with 19 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ let package = Package(
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
// 🤐 Unzip archives
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.7"))
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.8"))
],
targets: [
.target(name: "GzipMiddleware", dependencies: ["Vapor", "ZIPFoundation"]),