Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt34 waiting for a connection
61 The connection is idling in the 'connect' state waiting for a connection.
88 HTTP/1.1 supportes pipelining (sending multiple requests without waiting
H A Dfastcgi-state.txt35 waiting for a connection
H A Dconfiguration.txt422 maximum number of seconds until a waiting, non keep-alive read times out
428 maximum number of seconds until a waiting write call times out and closes
H A Dperformance.txt44 handling 128 keep-alive requests in a row on a single connection, waiting 30 seconds
H A Dfastcgi.txt279 requests waiting to be handle by a single process increases the
/mOS-networking-stack/core/src/include/
H A Deventpoll.h49 uint8_t waiting; member
/mOS-networking-stack/core/src/
H A Deventpoll.c406 ep->waiting = TRUE; in mtcp_epoll_wait()
447 ep->waiting = FALSE; in mtcp_epoll_wait()
H A Dcore.c542 if (ep->waiting && (ep->usr_queue->num_events > 0 || in FlushEpollEvents()
826 if (mtcp->ep->waiting) { in InterruptApplication()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS51 * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)