Searched refs:waiting (Results 1 – 9 of 9) sorted by relevance
34 waiting for a connection61 The connection is idling in the 'connect' state waiting for a connection.88 HTTP/1.1 supportes pipelining (sending multiple requests without waiting
35 waiting for a connection
422 maximum number of seconds until a waiting, non keep-alive read times out428 maximum number of seconds until a waiting write call times out and closes
44 handling 128 keep-alive requests in a row on a single connection, waiting 30 seconds
279 requests waiting to be handle by a single process increases the
49 uint8_t waiting; member
406 ep->waiting = TRUE; in mtcp_epoll_wait()447 ep->waiting = FALSE; in mtcp_epoll_wait()
542 if (ep->waiting && (ep->usr_queue->num_events > 0 || in FlushEpollEvents()826 if (mtcp->ep->waiting) { in InterruptApplication()
51 * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)