#34 实现HTTP解析层的Suspend/Resume操作

This commit is contained in:
Lu Qiuwen
2018-10-11 10:41:27 +08:00
committed by zhengchao
parent adb469395c
commit b8342e5358
9 changed files with 132 additions and 29 deletions

View File

@@ -97,6 +97,9 @@ struct tfe_stream_private
future * future_upstream_create;
/* ASYNC DOWNSTREAM */
future * future_downstream_create;
/* SUSPEND */
bool is_suspended;
};
static inline void * __STREAM_LOGGER(struct tfe_stream_private * _stream)