todo:http 写文件的bug。
This commit is contained in:
@@ -171,7 +171,8 @@ int __on_request_handle_user_req_or_resp(const tfe_stream * stream, struct http_
|
||||
TAILQ_INSERT_TAIL(&hc_private->hs_private_orphan_list, hs_private, next);
|
||||
}
|
||||
|
||||
assert(hf_private_req_in->stream_action == ACTION_DEFER_DATA);
|
||||
assert(hf_private_req_in->stream_action == ACTION_DEFER_DATA
|
||||
|| hf_private_req_in->stream_action == ACTION_DROP_DATA);
|
||||
hf_private_req_in->stream_action = ACTION_DROP_DATA;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user