comparison src/event/ngx_event_openssl.c @ 1210:e5a3800c35cc

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 May 2007 18:28:54 +0000
parents 427de53e45c2
children e958b3cab51a efaf4d2b4d61
comparison
equal deleted inserted replaced
1209:c6c33f81fd79 1210:e5a3800c35cc
746 ngx_buf_t *buf; 746 ngx_buf_t *buf;
747 747
748 if (!c->ssl->buffer 748 if (!c->ssl->buffer
749 || (in && in->next == NULL && !(c->buffered & NGX_SSL_BUFFERED))) 749 || (in && in->next == NULL && !(c->buffered & NGX_SSL_BUFFERED)))
750 { 750 {
751
752 /* 751 /*
753 * we avoid a buffer copy if 752 * we avoid a buffer copy if
754 * we do not need to buffer the output 753 * we do not need to buffer the output
755 * or the incoming buf is a single and our buffer is empty 754 * or the incoming buf is a single and our buffer is empty
756 */ 755 */