Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Macartney <[email protected]>
  • Loading branch information
Geoff Macartney committed Oct 28, 2024
1 parent 630541e commit 4610b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,8 @@ const (
LogLevelDisabled AccessLogLevel = "disabled"
)

// CompressionParameters holds various configurable compression related values.
// CompressionParameters is a type defining configurable compression related values.
// At present this is just the compression algorithm but this could be extended later with algorithm specific config.
type CompressionParameters struct {
// Algorithm configures which compression algorithm, if any, to use in the default HTTP listener filter chain.
// Valid options are 'gzip' (default), 'brotli', 'zstd' and 'disabled'.
Expand Down

0 comments on commit 4610b80

Please sign in to comment.