aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_proxy_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
-rw-r--r--src/stream/ngx_stream_proxy_module.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c
index 21a01d8ed..21e724cf1 100644
--- a/src/stream/ngx_stream_proxy_module.c
+++ b/src/stream/ngx_stream_proxy_module.c
@@ -368,8 +368,7 @@ ngx_stream_proxy_handler(ngx_stream_session_t *s)
#if (NGX_STREAM_SSL)
&& pscf->ssl == NULL
#endif
- && pscf->buffer_size >= NGX_PROXY_PROTOCOL_MAX_HEADER
- )
+ && pscf->buffer_size >= NGX_PROXY_PROTOCOL_MAX_HEADER)
{
/* optimization for a typical case */