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

10 lines
208 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 false
}