encode: make zstd checksum configurable (#7586)

* http: make zstd checksum configurable

* disable_checksum
This commit is contained in:
Sam Ottenhoff
2026-03-28 15:07:21 -04:00
committed by GitHub
parent 62e9c05264
commit 7a630f2910
3 changed files with 94 additions and 27 deletions
@@ -18,7 +18,9 @@ encode gzip zstd {
# Long way with a block for each encoding
encode {
zstd
zstd {
disable_checksum
}
gzip 5
}
@@ -71,7 +73,9 @@ encode
"gzip": {
"level": 5
},
"zstd": {}
"zstd": {
"checksum": false
}
},
"handler": "encode",
"prefer": [