base: fix encoding/decoding of RTP-Info header

This commit is contained in:
aler9
2021-03-18 20:09:06 +01:00
parent cd3172d95b
commit bd0cac18b3
2 changed files with 8 additions and 5 deletions

View File

@@ -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"