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:
parent
547cd4f518
commit
dcb7b6aae0
4 changed files with 52 additions and 48 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue