1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 20:31:56 +00:00

Refine code for #777

This commit is contained in:
winlin 2017-02-25 11:30:25 +08:00
parent a3df4e3bfb
commit 695ceeab48

View file

@ -3037,7 +3037,6 @@ int SrsHttpUri::initialize(string _url)
{
int ret = ERROR_SUCCESS;
//port = 0;
schema = host = path = query = "";
url = _url;