mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix typo of code.
This commit is contained in:
parent
19e1f610a3
commit
863dddde09
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ protected:
|
||||||
/**
|
/**
|
||||||
* whether the connection is disposed,
|
* whether the connection is disposed,
|
||||||
* when disposed, connection should stop cycle and cleanup itself.
|
* when disposed, connection should stop cycle and cleanup itself.
|
||||||
*/;
|
*/
|
||||||
bool disposed;
|
bool disposed;
|
||||||
public:
|
public:
|
||||||
SrsConnection(IConnectionManager* cm, st_netfd_t c);
|
SrsConnection(IConnectionManager* cm, st_netfd_t c);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue