STREAM挂起时记录挂起来源,在RESUME()触发对应连接方向的读事件。HTTP SUSPEND/RESUME功能初步调通
This commit is contained in:
@@ -98,6 +98,7 @@ struct tfe_stream_private
|
||||
|
||||
/* SUSPEND */
|
||||
bool is_suspended;
|
||||
enum tfe_conn_dir suspended_by;
|
||||
};
|
||||
|
||||
static inline void * __STREAM_LOGGER(struct tfe_stream_private * _stream)
|
||||
|
||||
Reference in New Issue
Block a user