mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #241, merge big chunks for publish, no use.
This commit is contained in:
parent
463e1fbc41
commit
6b57597718
10 changed files with 90 additions and 21 deletions
|
@ -199,6 +199,11 @@ int MockBufferReader::read(void* buf, size_t size, ssize_t* nread)
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int MockBufferReader::read_fully(void* buf, size_t size, ssize_t* nread)
|
||||
{
|
||||
return read(buf, size, nread);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_UTEST_KERNEL
|
||||
|
||||
VOID TEST(KernelBufferTest, DefaultObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue