Resolving a racing condition while adding ports on the app's side.
An earlier attempt (ad6265786871) to resolve this condition on the router's side added a new issue: the app could get a request before acquiring a port.
This commit is contained in:
@@ -105,10 +105,12 @@ void nxt_process_use(nxt_task_t *task, nxt_process_t *process, int i);
|
||||
|
||||
void nxt_process_close_ports(nxt_task_t *task, nxt_process_t *process);
|
||||
|
||||
void nxt_process_connected_port_add(nxt_process_t *process, nxt_port_t *port);
|
||||
|
||||
void nxt_process_connected_port_remove(nxt_process_t *process,
|
||||
nxt_port_t *port);
|
||||
|
||||
nxt_port_t *nxt_process_connected_port_find_add(nxt_process_t *process,
|
||||
nxt_port_t *nxt_process_connected_port_find(nxt_process_t *process,
|
||||
nxt_port_t *port);
|
||||
|
||||
void nxt_worker_process_quit_handler(nxt_task_t *task,
|
||||
|
||||
Reference in New Issue
Block a user