Searched refs:aborted (Results 1 - 25 of 27) sorted by relevance

12

/httpd/server/
H A Dconnection.c133 if (c->aborted) {
142 || c->aborted) {
209 c->aborted = 1;
212 if (!c->aborted) {
H A Dcore_filters.c383 /* Fail quickly if the connection has already been aborted. */
384 if (c->aborted) {
472 /* The client has aborted the connection */
476 c->aborted = 1;
559 /* The client has aborted the connection */
563 c->aborted = 1;
587 /* The client has aborted the connection */
591 c->aborted = 1;
H A Dprotocol.c1505 if (rv != APR_SUCCESS || f->c->aborted) {
1689 if (r->connection->aborted) {
1701 if (r->connection->aborted)
1726 if (vd->r->connection->aborted)
1752 if (r->connection->aborted)
1775 if (r->connection->aborted)
1792 if (r->connection->aborted)
/httpd/server/mpm/simple/
H A Dsimple_io.c53 if (scon->c->clogging_input_filters && !scon->c->aborted) {
69 while (!c->aborted) {
82 if (!c->aborted) {
137 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) {
239 "simple_io_setup_conn: connection aborted");
240 scon->c->aborted = 1;
/httpd/modules/filters/
H A Dmod_ratelimit.c68 if (f->c->aborted) {
69 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, APLOGNO(01454) "rl: conn aborted");
136 if (f->c->aborted) {
171 if (f->c->aborted) {
/httpd/modules/proxy/
H A Dmod_proxy_connect.c160 if (c_o->aborted)
351 backconn->aborted = 1;
448 backconn->aborted = 1;
465 c->aborted = 1;
487 if (backconn->aborted)
H A Dmod_proxy_ajp.c523 r->connection->aborted ?
524 " Client aborted connection." : "");
565 * If connection has been aborted by client: Stop working.
568 if (r->connection->aborted) {
570 "client connection aborted");
689 int level = (r->connection->aborted) ? APLOG_DEBUG : APLOG_ERR;
704 if (data_sent && !r->eos_sent && !r->connection->aborted
H A Dmod_proxy_wstunnel.c98 backconn->aborted = 1;
118 c->aborted = 1;
286 if (c_o->aborted) {
H A Dmod_proxy_http.c1789 || c->aborted) {
1894 || c->aborted) {
1895 /* Ack! Phbtt! Die! User aborted! */
1953 /* If our connection with the client is to be aborted, return DONE. */
1954 if (c->aborted || backend_broke) {
H A Dmod_proxy_ftp.c246 /* The connection aborted or timed out */
1875 /* 426 Connection closed; transfer aborted. */
1877 /* 451 Requested action aborted. Local error in processing. */
2044 data->aborted = 1;
2115 || c->aborted) {
2116 /* Ack! Phbtt! Die! User aborted! */
H A Dproxy_util.c2943 if (!c->aborted) {
2951 c->aborted = 1;
3029 conn->connection->aborted = 1;
3635 if (origin->aborted) {
/httpd/modules/ssl/
H A Dmod_ssl.c547 c->aborted = 1;
567 c->aborted = 1;
H A Dssl_engine_io.c142 if (outctx->rc == APR_SUCCESS && outctx->c->aborted) {
1076 c->aborted = 1;
1387 if (f->c->aborted) {
1388 /* XXX: Ok, if we aborted, we ARE at the EOS. We also have
1389 * aborted. This 'double protection' is probably redundant,
1704 if (f->c->aborted) {
/httpd/modules/http/
H A Dhttp_core.c221 if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted)
H A Dhttp_request.c233 if (c->keepalive != AP_CONN_CLOSE && !c->aborted) {
271 * occured before that (eg. c->aborted => still in bb) and we ought
285 c->cs->state = (c->aborted) ? CONN_STATE_LINGER
/httpd/modules/test/
H A Dmod_dialup.c56 if (db->r->connection->aborted) {
/httpd/server/mpm/winnt/
H A Dchild.c873 c->aborted = 1;
876 if (e && c->aborted) {
883 if (!c->aborted) {
891 if (!c->aborted) {
/httpd/server/mpm/motorz/
H A Dmotorz.c168 "motorz_io_setup_conn: connection aborted");
169 scon->c->aborted = 1;
319 if (scon->c->clogging_input_filters && !scon->c->aborted) {
335 while (!c->aborted) {
354 if (!c->aborted) {
405 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) {
/httpd/server/mpm/event/
H A Devent.c944 if (c->aborted
945 || ap_shutdown_conn(c, 0) != APR_SUCCESS || c->aborted
1090 "process_socket: connection aborted");
1091 c->aborted = 1;
1119 if (c->clogging_input_filters && !c->aborted) {
1136 if (!c->aborted) {
1179 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted ||
/httpd/include/
H A Dhttpd.h1151 unsigned aborted; member in struct:conn_rec
/httpd/modules/arch/win32/
H A Dmod_isapi.c1377 *((int *)buf_data) = (r->connection->aborted == 0);
/httpd/modules/generators/
H A Dmod_cgi.c1035 if (rv == APR_SUCCESS && !r->connection->aborted) {
/httpd/modules/cache/
H A Dmod_cache_disk.c1279 if (r->connection->aborted || r->no_cache) {
1282 "because connection has been aborted.", h->cache_obj->key);
H A Dmod_cache_socache.c836 "buffer too small for Vary array, caching aborted: %s",
1069 if (r->connection->aborted || r->no_cache) {
1072 "because connection has been aborted.",
/httpd/modules/loggers/
H A Dmod_log_config.c113 * 'X' = connection aborted before the response completed.
874 if (r->connection->aborted)

Completed in 129 milliseconds

12