mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 15:46:51 +08:00
client: fix authentication during SETUP, preventing 401s during protocol switches (https://github.com/aler9/rtsp-simple-server/issues/392)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/aler9/gortsplib/pkg/headers"
|
||||
)
|
||||
|
||||
// Validator allows to validate some credentials generated by a Sender.
|
||||
// Validator allows to validate credentials generated by a Sender.
|
||||
type Validator struct {
|
||||
user string
|
||||
userHashed bool
|
||||
|
Reference in New Issue
Block a user