Close #77 修正http_half_private结构体未完全释放的问题

This commit is contained in:
Lu Qiuwen
2018-11-14 15:55:51 +08:00
parent ff5cc198a2
commit 6bcd2cb9a6
4 changed files with 67 additions and 2 deletions

View File

@@ -35,10 +35,12 @@ void decrypt_mirror_on_close_cb(const struct tfe_stream * stream, unsigned int t
mirror_stream_close(pme, thread_id);
return;
}
void decrypt_mirror_deinit(struct tfe_proxy * proxy)
{
return;
}
struct tfe_plugin decrypt_mirror_spec={
.symbol=NULL,
.type = TFE_PLUGIN_TYPE_BUSINESS,