173a174,178 > if ((type & NXT_PORT_MSG_SYNC) != 0) { > msg->opened = 0; > continue; > } > 175c180,182 < msg->port_msg.reply_port == reply_port) { --- > msg->port_msg.reply_port == reply_port && > msg->port_msg.last == 0 && > msg->opened) { 177,178d183 < nxt_assert(msg->port_msg.last == 0); < 203a209 > msg->opened = 1;