mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657: Refine code
This commit is contained in:
parent
24125b9770
commit
9cf4203201
3 changed files with 15 additions and 15 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
};
|
||||
|
||||
// The dynamic http connection, never drop the body.
|
||||
class SrsDynamicHttpConn : virtual public ISrsStartableConneciton, virtual public ISrsHttpMessageHandler
|
||||
class SrsDynamicHttpConn : virtual public ISrsStartableConneciton, virtual public ISrsHttpConnOwner
|
||||
{
|
||||
private:
|
||||
// The manager object to manage the connection.
|
||||
|
@ -93,7 +93,7 @@ public:
|
|||
private:
|
||||
virtual srs_error_t do_proxy(ISrsHttpResponseReader* rr, SrsFlvDecoder* dec);
|
||||
// Extract APIs from SrsTcpConnection.
|
||||
// Interface ISrsHttpMessageHandler.
|
||||
// Interface ISrsHttpConnOwner.
|
||||
public:
|
||||
virtual srs_error_t on_http_message(ISrsHttpMessage* msg);
|
||||
virtual void on_conn_done();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue