mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
replace ListenTCP with Listen
This commit is contained in:
@@ -214,7 +214,7 @@ func TestServerPublishReadTCP(t *testing.T) {
|
||||
require.Equal(t, 0, cnt2.wait())
|
||||
}
|
||||
|
||||
func TestServerTeardown(t *testing.T) {
|
||||
func TestServerTeardownResponse(t *testing.T) {
|
||||
ts, err := newTestServ()
|
||||
require.NoError(t, err)
|
||||
defer ts.close()
|
||||
|
Reference in New Issue
Block a user