mirror of https://github.com/caddyserver/caddy.git
zstd: fix typo in comment (#4985)
This commit is contained in:
parent
b540f195b1
commit
66596f2d74
|
@ -45,7 +45,7 @@ func (z *Zstd) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
|
|||
// used in the Accept-Encoding request headers.
|
||||
func (Zstd) AcceptEncoding() string { return "zstd" }
|
||||
|
||||
// NewEncoder returns a new gzip writer.
|
||||
// NewEncoder returns a new Zstandard writer.
|
||||
func (z Zstd) NewEncoder() encode.Encoder {
|
||||
// The default of 8MB for the window is
|
||||
// too large for many clients, so we limit
|
||||
|
|
Loading…
Reference in New Issue