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
2014-03-31 11:35:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b0d77c46978b1258cf08bf06aedd5ec022489ea7
b0d77c46
1 parent
c7a4dd88
move wiki images to srs.release
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_http_conn.cpp
trunk/src/app/srs_app_http_conn.cpp
100755 → 100644
查看文件 @
b0d77c4
...
...
@@ -47,9 +47,9 @@ int SrsHttpConn::do_cycle()
char
data
[]
=
"HTTP/1.1 200 OK
\r\n
"
"Server: SRS/"
RTMP_SIG_SRS_VERSION
"
\r\n
"
"Content-Length: 1
1
\r\n
"
"Content-Length: 1
5
\r\n
"
"Content-Type: text/html;charset=utf-8
\r\n\r\n
"
"hello http
~"
;
"hello http
/1.1~"
;
st_write
(
stfd
,
data
,
sizeof
(
data
),
-
1
);
return
ret
;
...
...
请
注册
或
登录
后发表评论