Skip to content

Commit

Permalink
update test server
Browse files Browse the repository at this point in the history
  • Loading branch information
CAFxX authored Jan 21, 2022
1 parent 53f0b12 commit c741eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func main() {
zenc, _ := zstd.New()
zdenc, _ := zstd.New(kpzstd.WithEncoderDict(dictionary))
gz, _ := httpcompression.DefaultAdapter(
httpcompression.MinSize(0),
httpcompression.Compressor(zstd.Encoding, 2, zenc),
httpcompression.Compressor("z_2e6ca6d1", 3, zdenc),
)
Expand Down

0 comments on commit c741eae

Please sign in to comment.