File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,10 +364,10 @@ type HandlerOpts struct {
364
364
// by the client and the OfferedCompressions field is ignored.
365
365
DisableCompression bool
366
366
// OfferedCompressions is a set of encodings (compressions) handler will
367
- // try to offer when negotiating with the client. This defaults to zstd,
368
- // gzip and identity .
369
- // NOTE: If handler can't agree on the encodings with the client or
370
- // caller using unsupported or empty encodings in OfferedCompressions,
367
+ // try to offer when negotiating with the client. This defaults to identity, gzip
368
+ // and zstd .
369
+ // NOTE: If handler can't agree with the client on the encodings or
370
+ // unsupported or empty encodings are set in OfferedCompressions,
371
371
// handler always fallbacks to no compression (identity), for
372
372
// compatibility reasons. In such cases ErrorLog will be used if set.
373
373
OfferedCompressions []Compression
You can’t perform that action at this time.
0 commit comments