Lines Matching defs:on

439 	/* Add the content length on a post or put request if missing */
639 * connection open and we timeout on the read. when
656 default: /* xxx: probably should just error on default */
699 * or an http layer error. for problems on the network
731 /* We are trying the next request that was queued on us */
814 * incoming connection - we need to leave the request on the
883 /* the last chunk is on a new line? */
918 /* req->ntoread is signed int64, len is ssize_t, based on arch,
1149 /* remove all requests that might be queued on this
1335 * User callback can do evhttp_make_request() on the same
1371 event_debug(("%s: connection timeout for \"%s:%d\" on "
1383 /* EOF on read can be benign */
1471 event_debug(("%s: getsockopt for \"%s:%d\" on "EV_SOCK_FMT,
1478 event_debug(("%s: connect failed for \"%s:%d\" on "
1487 event_debug(("%s: connected to \"%s:%d\" on "EV_SOCK_FMT"\n",
1518 /* try to start requests that have queued up on this connection */
1546 event_debug(("%s: bad version %s on message %p from %s",
1722 event_debug(("%s: bad method %s on request %p from %s",
1878 * DATA_CORRUPTED on error
2152 event_debug(("%s: bad header lines on "EV_SOCK_FMT"\n",
2175 event_debug(("%s: bad header lines on "EV_SOCK_FMT"\n",
2198 event_debug(("%s: checking for post data on "EV_SOCK_FMT"\n",
2215 event_debug(("%s: start of read body for %s on "
2225 event_warnx("%s: bad header on "EV_SOCK_FMT, __func__,
2479 * Starts an HTTP request on the provided evhttp_connection object.
2543 /* it's currently being worked on, so reset
2668 /* we expect no more calls form the user on this request */
2758 /* we expect no more calls form the user on this request */
3267 /* we have a new request on which the user needs to take action */
3303 "<p>The requested URL %s was not found on this server.</p>"\
3502 * Start a web server on the specified address and port.
4016 event_debug(("%s: new request from %s:%s on "EV_SOCK_FMT"\n",
4019 /* we need a connection object to put the http request on */
4063 * request on a persistent connection if the client drops it without
4086 event_sock_warn(fd, "%s: cannot get connection on "EV_SOCK_FMT,
4097 * if we want to accept more than one request on a connection,
4155 int on = 1, r;
4166 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (void *)&on, sizeof(on))<0)