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

merge from srs2

This commit is contained in:
winlin 2015-10-01 13:22:51 +08:00
commit 6587c5b2f1
2 changed files with 2 additions and 1 deletions

View file

@ -838,7 +838,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
}
client->conn->expire();
srs_warn("kickoff client id=%d", cid);
srs_warn("kickoff client id=%d ok", cid);
} else {
return srs_go_http_error(w, SRS_CONSTS_HTTP_MethodNotAllowed);
}