初步调通HTTP请求头部内容替换业务

This commit is contained in:
Lu Qiuwen
2018-09-25 20:32:24 +08:00
parent d2e4ce94c2
commit d0ab629f4c
8 changed files with 297 additions and 166 deletions

View File

@@ -67,6 +67,7 @@ struct http_half_private
/* default stream action */
enum tfe_stream_action stream_action;
enum tfe_stream_action user_stream_action;
bool is_user_stream_action_set;
/* Setup by User */
bool is_setup_by_user;