Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 18 of 18) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml4023 /status/connections/closed:
4024 summary: "Endpoint for the `closed` connections number"
4027 summary: "Retrieve the closed connections number"
4028 description: "Retrieves the `closed` connections number that represents
4036 description: "OK; the `closed` number exists in the configuration."
4997 closed: 1050
5016 closed: 1050
6322 closed:
6324 description: "Total closed connections during
/unit/
H A DCHANGES712 *) Bugfix: TLS connection might be closed prematurely while sending
777 client prematurely closed the connection.
903 *) Bugfix: connection might be closed prematurely while sending
/unit/src/python/
H A Dnxt_python_asgi_http.c29 uint8_t closed; member
104 http->closed = 0; in nxt_py_asgi_http_create()
125 if (nxt_slow_path(http->closed || http->complete )) { in nxt_py_asgi_http_receive()
647 http->closed = 1; in nxt_py_asgi_http_close_handler()
/unit/src/
H A Dnxt_openssl.c1457 } else if (c->socket.closed && !(mode & SSL_RECEIVED_SHUTDOWN)) {
1595 c->socket.closed = 1;
H A Dnxt_controller.c882 c->socket.closed = 1; in nxt_controller_conn_read_timeout()
989 c->socket.closed = 1; in nxt_controller_conn_write_timeout()
H A Dnxt_http.h128 uint8_t closed; /* 1 bit */ member
H A Dnxt_h1proto.c2707 peer->closed = 1; in nxt_h1p_peer_body_process()
2736 peer->closed = 1; in nxt_h1p_peer_closed()
2832 peer->closed = 1; in nxt_h1p_peer_close()
H A Dnxt_kqueue_engine.c985 c->socket.closed = 1; in nxt_kqueue_conn_io_read()
1007 c->socket.closed = 1; in nxt_kqueue_conn_io_recvbuf()
H A Dnxt_conn_close.c61 if (c->socket.error == 0 && !c->socket.closed && !c->socket.shutdown) { in nxt_conn_close()
H A Dnxt_fd_event.h70 uint8_t closed; member
87 uint8_t closed:1; member
H A Dnxt_gnutls.c593 } else if (c->socket.closed) { in nxt_gnutls_conn_io_shutdown()
H A Dnxt_socketpair.c160 ev->closed = 1; in nxt_socketpair_recv()
H A Dnxt_http_proxy.c308 if (!peer->closed) { in nxt_http_proxy_send_body()
359 if (!peer->closed) { in nxt_http_proxy_buf_mem_completion()
H A Dnxt_conn_proxy.c501 if (!source->socket.closed) { in nxt_conn_proxy_read()
756 c->socket.closed = 1; in nxt_conn_proxy_read_timeout()
774 c->socket.closed = 1; in nxt_conn_proxy_write_timeout()
834 if (p->client->socket.closed) { in nxt_conn_proxy_reconnect_handler()
858 source->socket.fd, source->socket.closed, source->socket.error); in nxt_conn_proxy_shutdown()
862 sink->socket.fd, sink->socket.closed, sink->socket.error); in nxt_conn_proxy_shutdown()
869 if (sink->socket.error == 0 && !sink->socket.closed) { in nxt_conn_proxy_shutdown()
875 || (sink->socket.closed && source->write == NULL)) in nxt_conn_proxy_shutdown()
H A Dnxt_conn_read.c49 c->socket.fd, c->socket.read_ready, c->socket.closed, in nxt_conn_io_read()
168 c->socket.closed = 1; in nxt_conn_io_recvbuf()
220 c->socket.closed = 1; in nxt_conn_io_recv()
/unit/test/
H A Dtest_status.py12 def check_connections(accepted, active, idle, closed): argument
17 'closed': closed,
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java392 if (closed) { in writeMessagePart()
414 closed = true; in writeMessagePart()
939 if (closed) { in write()
953 if (closed) { in write()
983 if (closed) { in flush()
998 if (closed) { in close()
1001 closed = true; in close()
1032 if (closed) { in write()
1062 if (closed) { in flush()
1075 if (closed) { in close()
[all …]
H A DLocalStrings.properties59 wsFrame.closed=New frame received after a close control frame
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
73 …Frame.sessionClosed=The client data cannot be processed because the session has already been closed
84 wsRemoteEndpoint.closed=Message will not be sent because the WebSocket session has been closed
85 …Message=The remainder of the message will not be sent because the WebSocket session has been closed
86 …RemoteEndpoint.closedOutputStream=This method may not be called as the OutputStream has been closed
87 wsRemoteEndpoint.closedWriter=This method may not be called as the Writer has been closed
90 wsRemoteEndpoint.flushOnCloseFailed=Batched messages still enabled after session has been closed. U…
105 wsSession.closed=The WebSocket session [{0}] has been closed and no method (apart from close()) may…
113 …sion.messageFailed=Unable to write the complete message as the WebSocket connection has been closed