mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
improve coverage
This commit is contained in:
@@ -79,9 +79,7 @@ func (h Authorization) Write() base.HeaderValue {
|
||||
|
||||
return base.HeaderValue{"Basic " + response}
|
||||
|
||||
case AuthDigest:
|
||||
default: // AuthDigest
|
||||
return h.DigestValues.Write()
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user