mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Style.
This commit is contained in:
parent
1a5604bedd
commit
b84b67bc0f
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue