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

Refactor HTTP Message by decoupling with http_parser

This commit is contained in:
winlin 2019-12-16 15:12:26 +08:00
parent 547cd4f518
commit dcb7b6aae0
4 changed files with 52 additions and 48 deletions

View file

@ -153,3 +153,7 @@ VOID TEST(ProtocolHTTPTest, HTTPHeader)
h.set_content_type("text/plain");
EXPECT_STREQ("text/plain", h.content_type().c_str());
}
VOID TEST(ProtocolHTTPTest, HTTPCommonHandler)
{
}