VictoriaMetrics/vendor/github.com/klauspost/compress/gzhttp/compress_go120.go
2023-07-07 00:05:50 -07:00

10 lines
205 B
Go

//go:build go1.20
// +build go1.20
package gzhttp
// shouldWrite1xxResponses indicates whether the current build supports writes of 1xx status codes.
func shouldWrite1xxResponses() bool {
return true
}