mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Micro changes and fix utest fail.
This commit is contained in:
parent
1e6143e2eb
commit
d32bd72527
4 changed files with 22 additions and 23 deletions
|
@ -270,7 +270,7 @@ public:
|
|||
// Thus explicit calls to WriteHeader are mainly used to
|
||||
// send error codes.
|
||||
// @remark, user must set header then write or write_header.
|
||||
virtual void write_header(const char* method, const char* path) = 0;
|
||||
virtual void write_header(const std::string& method, const std::string& path) = 0;
|
||||
};
|
||||
|
||||
// Objects implementing the Handler interface can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue