comparison src/event/ngx_event_openssl.c @ 2103:297e8aeca6b3 stable-0.6

r2053 merge: fix "proxy_pass https://..." broken in r1427
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 11:30:24 +0000
parents ef3f8a5bd143
children be8c6159590b
comparison
equal deleted inserted replaced
2102:ef3f8a5bd143 2103:297e8aeca6b3
588 588
589 continue; 589 continue;
590 } 590 }
591 591
592 if (bytes) { 592 if (bytes) {
593
594 if (n == 0 || n == NGX_ERROR) {
595 c->read->ready = 1;
596 }
597
593 return bytes; 598 return bytes;
594 } 599 }
595 600
596 return n; 601 return n;
597 } 602 }