Moving request limit control to libunit.
Introducting application graceful stop. For now only used when application process reach request limit value. This closes #585 issue on GitHub.
This commit is contained in:
@@ -224,8 +224,6 @@ struct nxt_port_s {
|
||||
/* Maximum interleave of message parts. */
|
||||
uint32_t max_share;
|
||||
|
||||
uint32_t app_responses;
|
||||
|
||||
uint32_t active_websockets;
|
||||
uint32_t active_requests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user