winlin

implements the http stream module. change to 0.9.49

@@ -93,6 +93,7 @@ bool SrsHttpRoot::is_handler_valid(SrsHttpMessage* req, int& status_code, std::s @@ -93,6 +93,7 @@ bool SrsHttpRoot::is_handler_valid(SrsHttpMessage* req, int& status_code, std::s
93 { 93 {
94 status_code = HTTP_InternalServerError; 94 status_code = HTTP_InternalServerError;
95 reason_phrase = HTTP_InternalServerError_str; 95 reason_phrase = HTTP_InternalServerError_str;
  96 +
96 return false; 97 return false;
97 } 98 }
98 99