mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine typo in app.
This commit is contained in:
parent
aac8a13f42
commit
45009785fb
27 changed files with 409 additions and 703 deletions
|
@ -36,11 +36,9 @@ public:
|
|||
SrsRefer();
|
||||
virtual ~SrsRefer();
|
||||
public:
|
||||
/**
|
||||
* to check the refer.
|
||||
* @param page_url the client page url.
|
||||
* @param refer the refer in config.
|
||||
*/
|
||||
// Check the refer.
|
||||
// @param page_url the client page url.
|
||||
// @param refer the refer in config.
|
||||
virtual srs_error_t check(std::string page_url, SrsConfDirective* refer);
|
||||
private:
|
||||
virtual srs_error_t check_single_refer(std::string page_url, std::string refer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue