mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
headers: rename Auth into Authenticate
This commit is contained in:
@@ -30,7 +30,7 @@ var casesAuthorization = []struct {
|
||||
base.HeaderValue{"Digest realm=\"4419b63f5e51\", nonce=\"8b84a3b789283a8bea8da7fa7d41f08b\", stale=\"FALSE\""},
|
||||
Authorization{
|
||||
Method: AuthDigest,
|
||||
DigestValues: Auth{
|
||||
DigestValues: Authenticate{
|
||||
Method: AuthDigest,
|
||||
Realm: func() *string {
|
||||
v := "4419b63f5e51"
|
||||
|
Reference in New Issue
Block a user