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-03-21 10:42:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7065db192c25841586a48da7ffad65192c636eaf
7065db19
1 parent
c6817cc4
for #354, remove the double underscore of macro.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_http.hpp
trunk/src/app/srs_app_http.hpp
查看文件 @
7065db1
...
...
@@ -57,9 +57,9 @@ class SrsFastBuffer;
// LF = <US-ASCII LF, linefeed (10)>
#define SRS_HTTP_LF SRS_CONSTS_LF // 0x0A
// SP = <US-ASCII SP, space (32)>
#define
__
SRS_HTTP_SP ' ' // 0x20
#define SRS_HTTP_SP ' ' // 0x20
// HT = <US-ASCII HT, horizontal-tab (9)>
#define
__
SRS_HTTP_HT '\x09' // 0x09
#define SRS_HTTP_HT '\x09' // 0x09
// HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all
// protocol elements except the entity-body (see appendix 19.3 for
...
...
请
注册
或
登录
后发表评论