Support data streaming on server side.

This commit is contained in:
Chunting Gu
2019-08-13 17:35:01 +08:00
parent 0ea4ab7526
commit 9b13dceab9
13 changed files with 167 additions and 59 deletions
+2
View File
@@ -5,6 +5,7 @@
// -----------------------------------------------------------------------------
#if 0
// HTTP GET request parser test fixture.
class GetRequestParserTest : public testing::Test {
protected:
@@ -231,3 +232,4 @@ TEST_F(MultipartRequestParserTest, ParseByteWise) {
CheckResult();
}
#endif // 0