VictoriaMetrics/vendor/github.com/klauspost/compress/gzhttp/compress_go119.go

10 lines
208 B
Go
Raw Normal View History

2023-07-07 09:05:50 +02:00
//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
}