增加HTTP流式构造Body的接口及实现并修正HTTP单元测试用例
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user