Skip to content

Commit 5ca644c

Browse files
committed
feat: enlarge min content-length for compression
1 parent 94d2cde commit 5ca644c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serverCompress/responseWriter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66
)
77

8-
const minLengthDigits = 3
8+
const minLengthDigits = 4
99

1010
// responseWriter implements http.ResponseWriter
1111
type responseWriter struct {

0 commit comments

Comments
 (0)