#34 实现HTTP解析层的Suspend/Resume操作
This commit is contained in:
@@ -34,6 +34,12 @@ struct http_session_private
|
||||
struct http_half_private * hf_private_req_user;
|
||||
/* USER SETUP RESPONSE HALF */
|
||||
struct http_half_private * hf_private_resp_user;
|
||||
/* SUSPEND TAG */
|
||||
bool suspend_tag_user;
|
||||
/* SUSPEND EVENT */
|
||||
tfe_http_event suspend_event;
|
||||
/* SUSPEND TAG EFFECTIVE */
|
||||
bool suspend_tag_effective;
|
||||
};
|
||||
|
||||
struct http_connection_private
|
||||
|
||||
Reference in New Issue
Block a user