增加HTTP流式构造Body的接口及实现并修正HTTP单元测试用例

This commit is contained in:
Lu Qiuwen
2018-10-16 10:45:18 +08:00
parent 619f004c49
commit 2bc366fb13
8 changed files with 202 additions and 44 deletions

View File

@@ -48,6 +48,8 @@ struct http_connection_private
const struct tfe_stream * stream;
/* SESSION LIST, REQUEST-RESPONSE PAIRS */
struct hs_private_list hs_private_list;
/* ORPHAN SESSION LIST */
struct hs_private_list hs_private_orphan_list;
/* IS PREEMPTED */
unsigned int is_preempted;
/* SESSION ID COUNTER */