mirror of
https://github.com/aler9/gortsplib
synced 2025-12-24 13:38:08 +08:00
split headers.Authenticate and headers.Authorization (#523)
This commit is contained in:
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/5fb42e6dcbfb41cb
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/5fb42e6dcbfb41cb
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Digest ")
|
||||
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/771e938e4458e983
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/771e938e4458e983
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("0")
|
||||
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/8643a79bab153d1b
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/8643a79bab153d1b
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string(" ")
|
||||
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/9a1c51bbe1216ed5
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/9a1c51bbe1216ed5
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Digest =\"")
|
||||
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/c44cf6083afc355b
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/c44cf6083afc355b
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Basic ")
|
||||
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/e77c46eef8802889
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzAuthorizationUnmarshal/e77c46eef8802889
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Basic 0")
|
||||
Reference in New Issue
Block a user