Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-10-01 13:22:51 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
6587c5b2f13d753b7cffc16df6db3dcc2a59e4ac
6587c5b2
2 parents
8862ec19
7811b4f3
merge from srs2
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
README.md
trunk/src/app/srs_app_http_api.cpp
README.md
查看文件 @
6587c5b
...
...
@@ -1101,6 +1101,7 @@ Winlin
[
bug #484
]:
https://github.com/simple-rtmp-server/srs/issues/484
[
bug #485
]:
https://github.com/simple-rtmp-server/srs/issues/485
[
bug #495
]:
https://github.com/simple-rtmp-server/srs/issues/495
[
bug #497
]:
https://github.com/simple-rtmp-server/srs/issues/497
[
bug #475
]:
https://github.com/simple-rtmp-server/srs/issues/475
[
bug #458
]:
https://github.com/simple-rtmp-server/srs/issues/458
[
bug #454
]:
https://github.com/simple-rtmp-server/srs/issues/454
...
...
trunk/src/app/srs_app_http_api.cpp
查看文件 @
6587c5b
...
...
@@ -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
);
}
...
...
请
注册
或
登录
后发表评论