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

copy http-parser-2.1 into srs http stack.

This commit is contained in:
winlin 2015-12-07 11:35:05 +08:00
parent fba1122835
commit b2ae1acaa4
7 changed files with 2638 additions and 178 deletions

View file

@ -33,8 +33,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifdef SRS_AUTO_HTTP_CALLBACK
#include <http_parser.h>
class SrsHttpUri;
class SrsStSocket;
class SrsRequest;