mirror of
https://github.com/aler9/gortsplib
synced 2025-10-12 18:40:07 +08:00
export most server errors
This commit is contained in:
@@ -80,7 +80,7 @@ func TestClientConnPublishSerial(t *testing.T) {
|
||||
|
||||
} else {
|
||||
th.Protocol = StreamProtocolTCP
|
||||
th.InterleavedIds = inTH.InterleavedIds
|
||||
th.InterleavedIDs = inTH.InterleavedIDs
|
||||
}
|
||||
|
||||
err = base.Response{
|
||||
@@ -211,7 +211,7 @@ func TestClientConnPublishParallel(t *testing.T) {
|
||||
|
||||
} else {
|
||||
th.Protocol = StreamProtocolTCP
|
||||
th.InterleavedIds = inTH.InterleavedIds
|
||||
th.InterleavedIDs = inTH.InterleavedIDs
|
||||
}
|
||||
|
||||
err = base.Response{
|
||||
@@ -354,7 +354,7 @@ func TestClientConnPublishPauseSerial(t *testing.T) {
|
||||
|
||||
} else {
|
||||
th.Protocol = StreamProtocolTCP
|
||||
th.InterleavedIds = inTH.InterleavedIds
|
||||
th.InterleavedIDs = inTH.InterleavedIDs
|
||||
}
|
||||
|
||||
err = base.Response{
|
||||
@@ -514,7 +514,7 @@ func TestClientConnPublishPauseParallel(t *testing.T) {
|
||||
|
||||
} else {
|
||||
th.Protocol = StreamProtocolTCP
|
||||
th.InterleavedIds = inTH.InterleavedIds
|
||||
th.InterleavedIDs = inTH.InterleavedIDs
|
||||
}
|
||||
|
||||
err = base.Response{
|
||||
|
Reference in New Issue
Block a user