mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
support authenticating with SHA-256 digest (#524)
This commit is contained in:
@@ -49,7 +49,7 @@ func TestValidateAdditionalErrors(t *testing.T) {
|
||||
"myuser",
|
||||
"mypass",
|
||||
nil,
|
||||
[]headers.AuthMethod{headers.AuthDigest},
|
||||
[]headers.AuthMethod{headers.AuthDigestMD5},
|
||||
"IPCAM",
|
||||
"abcde",
|
||||
)
|
||||
|
Reference in New Issue
Block a user