Searched refs:messages (Results 1 – 7 of 7) sorted by relevance
43 # "Segmentation fault", or other shell messages.
51 # Note the wsFrame.* messages are used as close reasons in WebSocket control75 …d text message was too big for the output buffer and the endpoint does not support partial messages89 …ages may not be sent concurrently even when using the asynchronous send messages. The client must …90 wsRemoteEndpoint.flushOnCloseFailed=Batched messages still enabled after session has been closed. U…112 wsSession.flushFailOnClose=Failed to flush batched messages on session close
311 && nxt_queue_is_empty(&port->messages))) in nxt_port_msg_chk_insert()319 nxt_queue_insert_tail(&port->messages, &msg->link); in nxt_port_msg_chk_insert()480 nxt_queue_insert_tail(&port->messages, &msg->link); in nxt_port_write_handler()576 lnk = nxt_queue_first(&port->messages); in nxt_port_msg_first()578 if (lnk == nxt_queue_tail(&port->messages)) { in nxt_port_msg_first()694 nxt_queue_insert_tail(&port->messages, &msg->link); in nxt_port_msg_insert_tail()1359 nxt_queue_each(msg, &port->messages, nxt_port_send_msg_t, link) { in nxt_port_error_handler()
38 nxt_assert(nxt_queue_is_empty(&port->messages)); in nxt_port_mp_cleanup()72 nxt_queue_init(&port->messages); in nxt_port_new()
235 nxt_queue_t messages; /* of nxt_port_send_msg_t */ member
89 - Don't rely on command-line commit messages with `-m`; use the editor instead
345 *) Bugfix: time in error log messages from PHP applications could lag.