mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +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 (
|
const (
|
||||||
headerMaxEntryCount = 255
|
headerMaxEntryCount = 255
|
||||||
headerMaxKeyLength = 1024
|
headerMaxKeyLength = 512
|
||||||
headerMaxValueLength = 1024
|
headerMaxValueLength = 2048
|
||||||
)
|
)
|
||||||
|
|
||||||
func headerKeyNormalize(in string) string {
|
func headerKeyNormalize(in string) string {
|
||||||
|
Reference in New Issue
Block a user