mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
fix connection with axis servers
This commit is contained in:
@@ -29,6 +29,17 @@ var casesHeaderSession = []struct {
|
||||
}(),
|
||||
},
|
||||
},
|
||||
{
|
||||
"with timeout and space",
|
||||
`A3eqwsafq3rFASqew; timeout=47`,
|
||||
&HeaderSession{
|
||||
Session: "A3eqwsafq3rFASqew",
|
||||
Timeout: func() *uint {
|
||||
v := uint(47)
|
||||
return &v
|
||||
}(),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
func TestHeaderSession(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user