This commit is contained in:
aler9
2021-01-29 12:49:33 +01:00
parent 0f37ff560c
commit 0af60f95f8

View File

@@ -10,8 +10,8 @@ import (
const (
headerMaxEntryCount = 255
headerMaxKeyLength = 1024
headerMaxValueLength = 1024
headerMaxKeyLength = 512
headerMaxValueLength = 2048
)
func headerKeyNormalize(in string) string {