mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
b21f92f97a
commit
2ed2513f08
11 changed files with 44 additions and 212 deletions
|
@ -229,11 +229,11 @@ private:
|
|||
* when client closed the request, to avoid FD leak.
|
||||
* @see https://github.com/ossrs/srs/issues/636#issuecomment-298208427
|
||||
*/
|
||||
class SrsHttpRecvThread : public ISrsOneCycleThreadHandler
|
||||
class SrsHttpRecvThread : public ISrsCoroutineHandler
|
||||
{
|
||||
private:
|
||||
SrsResponseOnlyHttpConn* conn;
|
||||
SrsOneCycleThread* trd;
|
||||
SrsCoroutine* trd;
|
||||
int error;
|
||||
public:
|
||||
SrsHttpRecvThread(SrsResponseOnlyHttpConn* c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue