Removing a meaningless warning message.

Data in the queue and the socket are transmitted independently; special
READ_QUEUE and READ_SOCKET message types are used for synchronization.

The warning was accidentally committed with changeset 1d84b9e4b459.
This commit is contained in:
Max Romanov 2020-10-06 19:06:33 +03:00
parent 481e950b86
commit 703d79042b

View file

@ -5764,10 +5764,6 @@ nxt_unit_ctx_port_recv(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port,
nxt_unit_debug(ctx, "port{%d,%d} recv %d read_queue",
(int) port->id.pid, (int) port->id.id, (int) rbuf->size);
if (port_impl->from_socket) {
nxt_unit_warn(ctx, "port protocol warning: READ_QUEUE after READ_SOCKET");
}
goto retry;
}