Cover protocol stack RTMP. 3.0.63
This commit is contained in:
parent
8c214dc967
commit
a726a14b37
|
|
@ -175,3 +175,13 @@ VOID TEST(ProtoStackTest, ManualFlush)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VOID TEST(ProtoStackTest, SendZeroMessages)
|
||||||
|
{
|
||||||
|
srs_error_t err;
|
||||||
|
if (true) {
|
||||||
|
MockBufferIO io;
|
||||||
|
SrsProtocol p(&io);
|
||||||
|
HELPER_EXPECT_SUCCESS(p.send_and_free_message(NULL, 0));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user