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:
@@ -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
|
||||
|
Reference in New Issue
Block a user