mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
move wiki images to srs.release
This commit is contained in:
parent
c7a4dd8863
commit
b0d77c4697
1 changed files with 56 additions and 56 deletions
4
trunk/src/app/srs_app_http_conn.cpp
Executable file → Normal file
4
trunk/src/app/srs_app_http_conn.cpp
Executable file → Normal file
|
@ -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: 11\r\n"
|
||||
"Content-Length: 15\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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue