mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from srs2
This commit is contained in:
commit
8862ec1988
14 changed files with 56 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <srs_http_stack.hpp>
|
||||
|
||||
#if !defined(SRS_EXPORT_LIBRTMP)
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
@ -777,3 +779,6 @@ char* ISrsHttpMessage::http_ts_send_buffer()
|
|||
{
|
||||
return _http_ts_send_buffer;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue