Skip to content

Commit

Permalink
fix #319, http raw api support update global and vhost. 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 15, 2015
1 parent e8a00de commit 8f9cfcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions trunk/src/app/srs_app_http_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f9cfcd

Please sign in to comment.