1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* revert r355823 and r355837

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@355853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2005-12-11 01:28:13 +00:00
parent c666adbbae
commit 06c6bde4c6
4 changed files with 5 additions and 39 deletions

View File

@@ -238,12 +238,6 @@ struct proxy_conn_pool {
proxy_conn_rec *conn; /* Single connection for prefork mpm's */
};
/*
* Return code that scheme handlers should return if the backend connection
* broke after they have sent the headers
*/
#define PROXY_BACKEND_BROKEN -10
/* woker status flags */
#define PROXY_WORKER_INITIALIZED 0x0001
#define PROXY_WORKER_IGNORE_ERRORS 0x0002