Lines Matching defs:backend

109              * it might be undesirable to resend it to a backend again
145 * available at the backend. If there is no more data available, we flush
236 /* We had a failure: Close connection to backend */
257 /* We had a failure: Close connection to backend */
277 /* We had a failure: Close connection to backend */
292 /* We had a failure: Close connection to backend */
316 * Now the connection is in the wrong state on the backend.
318 * not move this connection to the correct state on the backend
332 /* We had a failure: Close connection to backend */
367 * data available from the backend (do not flush response to client)
610 "Processing of request failed backend: %i, client: %i",
612 /* We had a failure: Close connection to backend */
622 /* We had a failure: Close connection to backend */
631 /* Our backend signalled connection close */
659 * If we already send data, signal a broken backend connection
736 proxy_conn_rec *backend = NULL;
753 status = ap_proxy_acquire_connection(scheme, &backend, worker,
756 if (backend) {
757 backend->close = 1;
758 ap_proxy_release_connection(scheme, backend, r->server);
763 backend->is_ssl = 0;
764 backend->close = 0;
770 status = ap_proxy_determine_connection(p, r, conf, worker, backend,
779 if (ap_proxy_connect_backend(scheme, backend, worker, r->server)) {
781 "failed to make connection to backend: %s",
782 backend->hostname);
790 if (!ap_proxy_is_socket_connected(backend->sock)) {
791 backend->close = 1;
801 status = ajp_handle_cping_cpong(backend->sock, r,
805 * just out of luck and got a faulty backend connection, but the
806 * backend might be healthy nevertheless. So ensure that the backend
810 backend->close = 1;
821 status = ap_proxy_ajp_request(p, r, backend, origin, dconf, uri, locurl,
827 ap_proxy_release_connection(scheme, backend, r->server);