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
Chengdong Zhang
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
8 years ago
Commit
80540e4dc16a510e4f0899f1ff38804fcfc40991
80540e4d
1 parent
7b02e354
change TAB space
change TAB space for line 794
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_http_api.cpp
trunk/src/app/srs_app_http_api.cpp
查看文件 @
80540e4
...
...
@@ -791,7 +791,7 @@ int SrsGoApiClients::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
// e.g. /api/v1/clients/100 pattern= /api/v1/clients/, client_id=100
int
cid
=
r
->
parse_rest_id
(
entry
->
pattern
);
std
::
string
start
=
r
->
query_get
(
"start"
);
std
::
string
start
=
r
->
query_get
(
"start"
);
std
::
string
count
=
r
->
query_get
(
"count"
);
int
cst
=
0
;
int
cct
=
10
;
...
...
请
注册
或
登录
后发表评论