comparison src/stream/ngx_stream_ssl_preread_module.c @ 7228:0f811890f2f0

Style.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 12 Mar 2018 18:38:53 +0300
parents 79eb4f7b6725
children 3dfc1584ad75
comparison
equal deleted inserted replaced
7227:79eb4f7b6725 7228:0f811890f2f0
435 size = 0; 435 size = 0;
436 break; 436 break;
437 } 437 }
438 438
439 if (left < size) { 439 if (left < size) {
440 ngx_log_debug0(NGX_LOG_DEBUG_STREAM, ctx->log, 0, 440 ngx_log_debug0(NGX_LOG_DEBUG_STREAM, ctx->log, 0,
441 "ssl preread: failed to parse handshake"); 441 "ssl preread: failed to parse handshake");
442 return NGX_DECLINED; 442 return NGX_DECLINED;
443 } 443 }
444 } 444 }
445 445
446 ctx->state = state; 446 ctx->state = state;
447 ctx->size = size; 447 ctx->size = size;