1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for bug #277, refine the http server.

This commit is contained in:
winlin 2015-01-17 23:44:21 +08:00
parent bbe96a4b31
commit e71bc0cbc5
3 changed files with 3 additions and 6 deletions

View file

@ -154,10 +154,6 @@ void show_macro_features()
void check_macro_features()
{
// for special features.
#ifdef SRS_AUTO_HTTP_SERVER
srs_warn("http server is dev feature, @see %s", RTMP_SIG_SRS_HTTP_SERVER);
#endif
#ifndef SRS_PERF_MERGED_READ
srs_warn("MR(merged-read) is disabled, hurts read performance. @see %s", RTMP_SIG_SRS_ISSUES(241));
#endif