A number of engine connections is decreased on connection close.
This commit is contained in:
@@ -224,6 +224,7 @@ struct nxt_conn_s {
|
||||
|
||||
|
||||
NXT_EXPORT nxt_conn_t *nxt_conn_create(nxt_mp_t *mp, nxt_task_t *task);
|
||||
NXT_EXPORT void nxt_conn_free(nxt_task_t *task, nxt_conn_t *c);
|
||||
void nxt_conn_io_shutdown(nxt_task_t *task, void *obj, void *data);
|
||||
NXT_EXPORT void nxt_conn_close(nxt_event_engine_t *engine, nxt_conn_t *c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user