mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
base: fix encoding/decoding of RTP-Info header
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
func headerKeyNormalize(in string) string {
|
||||
switch strings.ToLower(in) {
|
||||
case "rtp-info":
|
||||
return "RTP-INFO"
|
||||
return "RTP-Info"
|
||||
|
||||
case "www-authenticate":
|
||||
return "WWW-Authenticate"
|
||||
|
Reference in New Issue
Block a user