mirror of
https://github.com/nginx/nginx.git
synced 2025-01-21 13:53:08 -06:00
style fix
This commit is contained in:
parent
c02ed54c4f
commit
da8c05a5fd
@ -748,7 +748,6 @@ ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
|
|||||||
if (!c->ssl->buffer
|
if (!c->ssl->buffer
|
||||||
|| (in && in->next == NULL && !(c->buffered & NGX_SSL_BUFFERED)))
|
|| (in && in->next == NULL && !(c->buffered & NGX_SSL_BUFFERED)))
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* we avoid a buffer copy if
|
* we avoid a buffer copy if
|
||||||
* we do not need to buffer the output
|
* we do not need to buffer the output
|
||||||
|
Loading…
Reference in New Issue
Block a user