mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1689, fix typo
This commit is contained in:
parent
b38f30c3ee
commit
c796c0d093
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ srs_error_t SrsHttpServer::initialize()
|
||||||
|
|
||||||
// for SRS go-sharp to detect the status of HTTP server of SRS HTTP FLV Cluster.
|
// for SRS go-sharp to detect the status of HTTP server of SRS HTTP FLV Cluster.
|
||||||
if ((err = http_static->mux.handle("/api/v1/versions", new SrsGoApiVersion())) != srs_success) {
|
if ((err = http_static->mux.handle("/api/v1/versions", new SrsGoApiVersion())) != srs_success) {
|
||||||
return srs_error_wrap(err, "handle versin");
|
return srs_error_wrap(err, "handle versions");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((err = http_stream->initialize()) != srs_success) {
|
if ((err = http_stream->initialize()) != srs_success) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue