File: compress_go120.go

package info (click to toggle)
golang-github-klauspost-compress 1.17.9%2Bds1-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 46,240 kB
  • sloc: asm: 23,129; sh: 72; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
//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
}