1
0
Fork 0
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:
winlin 2022-09-30 19:32:22 +08:00
parent 1e6143e2eb
commit d32bd72527
4 changed files with 22 additions and 23 deletions

View file

@ -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