1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix #319, http raw api support update global and vhost. 3.0.4

This commit is contained in:
winlin 2015-09-15 13:03:18 +08:00
parent e8a00de4a3
commit 8f9cfcdcf4
3 changed files with 6 additions and 1 deletions

View file

@ -1228,7 +1228,11 @@ int SrsGoApiRaw::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
srs_error("raw api update vhost=%s, param=%s failed. ret=%d", value.c_str(), param.c_str(), ret);
return srs_api_response_code(w, r, ret);
}
} else {
// TODO: support other param.
}
} else {
// TODO: support other scope.
}
// whether the config applied.