]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 12 Mar 2018 15:38:53 +0000 (18:38 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 12 Mar 2018 15:38:53 +0000 (18:38 +0300)
src/stream/ngx_stream_ssl_preread_module.c

index 1d543005ecf520c849d5a167c5078d3fdc14267b..62d6524dadbe27b0c66a6d53909b3c28777fc74c 100644 (file)
@@ -437,9 +437,9 @@ ngx_stream_ssl_preread_parse_record(ngx_stream_ssl_preread_ctx_t *ctx,
         }
 
         if (left < size) {
-           ngx_log_debug0(NGX_LOG_DEBUG_STREAM, ctx->log, 0,
-                          "ssl preread: failed to parse handshake");
-           return NGX_DECLINED;
+            ngx_log_debug0(NGX_LOG_DEBUG_STREAM, ctx->log, 0,
+                           "ssl preread: failed to parse handshake");
+            return NGX_DECLINED;
         }
     }