mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -236,6 +236,7 @@ typedef struct {
|
||||
* that is used over the backend connection. */
|
||||
proxy_worker *worker; /* Connection pool this connection belongs to */
|
||||
apr_pool_t *pool; /* Subpool for hostname and addr data */
|
||||
const char *uds_path; /* Unix domain socket path */
|
||||
const char *hostname;
|
||||
apr_sockaddr_t *addr; /* Preparsed remote address info */
|
||||
apr_pool_t *scpool; /* Subpool used for socket and connection data */
|
||||
|
Reference in New Issue
Block a user