mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine codes.
This commit is contained in:
parent
b2ae1acaa4
commit
fabcc91a0e
5 changed files with 71 additions and 1 deletions
3
trunk/src/protocol/srs_http_stack.cpp
Executable file → Normal file
3
trunk/src/protocol/srs_http_stack.cpp
Executable file → Normal file
|
|
@ -2989,6 +2989,9 @@ int SrsHttpUri::initialize(string _url)
|
|||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
port = 0;
|
||||
schema = host = path = query = "";
|
||||
|
||||
url = _url;
|
||||
const char* purl = url.c_str();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue