Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dplugins.txt71 called if the connection has to be closed
115 are not closed yet.
H A Dfastcgi.txt579 the fastcgi process accepted the connection but closed it
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h252 uint8_t closed; member
/mOS-networking-stack/core/src/
H A Dapi.c1217 if (cur_stream->closed) { in CloseStreamSocket()
1222 cur_stream->closed = TRUE; in CloseStreamSocket()
H A Dtcp_stream.c943 stream->closed, sndvar->on_closeq, sndvar->on_closeq_int,
H A Dtcp_out.c303 cur_stream->id, cur_stream->closed); in SendTCPPacket()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS52 * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
106 …* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2…
244 * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)