正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -263,7 +263,7 @@ int SrsHttpResponseWriter::send_header(char* data, int size) | @@ -263,7 +263,7 @@ int SrsHttpResponseWriter::send_header(char* data, int size) | ||
| 263 | 263 | ||
| 264 | // status_line | 264 | // status_line |
| 265 | ss << "HTTP/1.1 " << status << " " | 265 | ss << "HTTP/1.1 " << status << " " |
| 266 | - << srs_generate_http_status_text(status) << SRS_HTTP_CRLF; | 266 | + << srs_generate_http_status_text(status) << SRS_HTTP_CRLF; |
| 267 | 267 | ||
| 268 | // detect content type | 268 | // detect content type |
| 269 | if (srs_go_http_body_allowd(status)) { | 269 | if (srs_go_http_body_allowd(status)) { |
-
请 注册 或 登录 后发表评论