增加HTTP-Kill/TCP-Kill功能

This commit is contained in:
luqiuwen
2018-12-09 21:20:24 +06:00
parent 5ebceac0c0
commit fd09f249b6
8 changed files with 52 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ struct http_session_private
int suspend_counter;
/* IN GC QUEUE, means the connection of session has destroyed */
bool in_gc_queue;
/* KILL */
bool kill_signal;
};
struct http_connection_private