mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #2881: HTTP: Support merging api to server. v5.0.47
This commit is contained in:
parent
6508a082e9
commit
457738f6eb
34 changed files with 333 additions and 934 deletions
|
|
@ -24,7 +24,7 @@ class SrsLiveSource;
|
|||
class SrsRequest;
|
||||
class SrsLiveConsumer;
|
||||
class SrsHttpConn;
|
||||
class SrsResponseOnlyHttpConn;
|
||||
class SrsHttpxConn;
|
||||
|
||||
// The message consumer which consume a message.
|
||||
class ISrsMessageConsumer
|
||||
|
|
@ -196,10 +196,10 @@ private:
|
|||
class SrsHttpRecvThread : public ISrsCoroutineHandler
|
||||
{
|
||||
private:
|
||||
SrsResponseOnlyHttpConn* conn;
|
||||
SrsHttpxConn* conn;
|
||||
SrsCoroutine* trd;
|
||||
public:
|
||||
SrsHttpRecvThread(SrsResponseOnlyHttpConn* c);
|
||||
SrsHttpRecvThread(SrsHttpxConn* c);
|
||||
virtual ~SrsHttpRecvThread();
|
||||
public:
|
||||
virtual srs_error_t start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue