winlin

refine code.

@@ -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)) {