diff --git a/trunk/src/app/srs_app_http_conn.cpp b/trunk/src/app/srs_app_http_conn.cpp index 1dd36c719..0e9dd9200 100644 --- a/trunk/src/app/srs_app_http_conn.cpp +++ b/trunk/src/app/srs_app_http_conn.cpp @@ -176,6 +176,7 @@ int SrsHttpVhost::do_process_request(SrsSocket* skt, SrsHttpMessage* req) char* buf = new char[length]; SrsAutoFree(char, buf, true); + // TODO: FIXME: use st_read. if (::read(fd, buf, length) < 0) { ::close(fd); ret = ERROR_HTTP_READ_FILE;