#34 实现HTTP解析层的Suspend/Resume操作
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user