mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of no http-server feature
This commit is contained in:
parent
d28458d5fa
commit
52263457bf
5 changed files with 19 additions and 0 deletions
|
@ -31,6 +31,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_app_st.hpp>
|
||||
|
||||
#ifdef SRS_HTTP_PARSER
|
||||
|
||||
// http specification
|
||||
namespace srs
|
||||
{
|
||||
|
@ -50,6 +52,8 @@ namespace srs
|
|||
#define __CRLFCRLF "\r\n\r\n" // 0x0D0A0D0A
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef SRS_HTTP_CALLBACK
|
||||
|
||||
class SrsRequest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue