diff options
Diffstat (limited to 'src/stream/ngx_stream_upstream.h')
-rw-r--r-- | src/stream/ngx_stream_upstream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/ngx_stream_upstream.h b/src/stream/ngx_stream_upstream.h index fddc2b168..80520c2b3 100644 --- a/src/stream/ngx_stream_upstream.h +++ b/src/stream/ngx_stream_upstream.h @@ -87,8 +87,8 @@ typedef struct { #if (NGX_STREAM_SSL) ngx_str_t ssl_name; #endif - ngx_uint_t proxy_protocol; - /* unsigned proxy_protocol:1; */ + unsigned connected:1; + unsigned proxy_protocol:1; } ngx_stream_upstream_t; |