mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
increase header max length (https://github.com/aler9/rtsp-simple-server/issues/192)
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
const (
|
||||
headerMaxEntryCount = 255
|
||||
headerMaxKeyLength = 1024
|
||||
headerMaxValueLength = 1024
|
||||
headerMaxKeyLength = 512
|
||||
headerMaxValueLength = 2048
|
||||
)
|
||||
|
||||
func headerKeyNormalize(in string) string {
|
||||
|
Reference in New Issue
Block a user