正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -1101,6 +1101,7 @@ Winlin | @@ -1101,6 +1101,7 @@ Winlin | ||
| 1101 | [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 | 1101 | [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 |
| 1102 | [bug #485]: https://github.com/simple-rtmp-server/srs/issues/485 | 1102 | [bug #485]: https://github.com/simple-rtmp-server/srs/issues/485 |
| 1103 | [bug #495]: https://github.com/simple-rtmp-server/srs/issues/495 | 1103 | [bug #495]: https://github.com/simple-rtmp-server/srs/issues/495 |
| 1104 | +[bug #497]: https://github.com/simple-rtmp-server/srs/issues/497 | ||
| 1104 | [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 | 1105 | [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 |
| 1105 | [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 | 1106 | [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 |
| 1106 | [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 | 1107 | [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 |
| @@ -838,7 +838,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r) | @@ -838,7 +838,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r) | ||
| 838 | } | 838 | } |
| 839 | 839 | ||
| 840 | client->conn->expire(); | 840 | client->conn->expire(); |
| 841 | - srs_warn("kickoff client id=%d", cid); | 841 | + srs_warn("kickoff client id=%d ok", cid); |
| 842 | } else { | 842 | } else { |
| 843 | return srs_go_http_error(w, SRS_CONSTS_HTTP_MethodNotAllowed); | 843 | return srs_go_http_error(w, SRS_CONSTS_HTTP_MethodNotAllowed); |
| 844 | } | 844 | } |
-
请 注册 或 登录 后发表评论