Skip to content

Commit c741eae

Browse files
authored
update test server
1 parent 53f0b12 commit c741eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/server.go

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func main() {
6969
zenc, _ := zstd.New()
7070
zdenc, _ := zstd.New(kpzstd.WithEncoderDict(dictionary))
7171
gz, _ := httpcompression.DefaultAdapter(
72+
httpcompression.MinSize(0),
7273
httpcompression.Compressor(zstd.Encoding, 2, zenc),
7374
httpcompression.Compressor("z_2e6ca6d1", 3, zdenc),
7475
)

0 commit comments

Comments
 (0)