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

pull/556/head
winlin 10 years ago
parent e8a00de4a3
commit 8f9cfcdcf4

@ -344,6 +344,7 @@ Remark:
## History
* v3.0, 2015-09-14, fix [#319][bug #319], http raw api support update global and vhost. 3.0.4
* v3.0, 2015-08-31, fix [#319][bug #319], http raw api support query global and vhost. 3.0.3
* v3.0, 2015-08-28, fix [#471][bug #471], api response the width and height. 3.0.2
* v3.0, 2015-08-25, fix [#367][bug #367], support nginx-rtmp exec. 3.0.1

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

@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION 3
#define VERSION_REVISION 4
// server info.
#define RTMP_SIG_SRS_KEY "SRS"

Loading…
Cancel
Save