STREAM挂起时记录挂起来源,在RESUME()触发对应连接方向的读事件。HTTP SUSPEND/RESUME功能初步调通
This commit is contained in:
@@ -83,7 +83,7 @@ void tfe_stream_write_frag_end(struct tfe_stream_write_ctx * w_ctx);
|
||||
|
||||
void tfe_stream_detach(const struct tfe_stream * stream);
|
||||
int tfe_stream_preempt(const struct tfe_stream * stream);
|
||||
void tfe_stream_suspend(const struct tfe_stream * stream);
|
||||
void tfe_stream_suspend(const struct tfe_stream * stream, enum tfe_conn_dir by);
|
||||
void tfe_stream_resume(const struct tfe_stream * stream);
|
||||
|
||||
//close both sides of the stream.
|
||||
|
||||
Reference in New Issue
Block a user