mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Revert r1572606 for the time being since backport would conflict with 2.4.x's proxy_conn_rec.
The uds_path field is at the end of the struct in 2.4.x but not in trunk. Fix that first, then recommit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1572627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -254,7 +254,6 @@ typedef struct {
|
||||
unsigned int need_flush:1; /* Flag to decide whether we need to flush the
|
||||
* filter chain or not */
|
||||
unsigned int inreslist:1; /* connection in apr_reslist? */
|
||||
const char *ssl_hostname; /* Hostname (SNI) in use by SSL connection */
|
||||
} proxy_conn_rec;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user