comparison src/http/ngx_http_request.c @ 385:79050a10aacb

nginx-0.0.7-2004-07-09-19:37:31 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Jul 2004 15:37:31 +0000
parents c05876036128
children fa72605e7089
comparison
equal deleted inserted replaced
384:e7054aaedf68 385:79050a10aacb
813 813
814 if (!rev->ready) { 814 if (!rev->ready) {
815 return NGX_AGAIN; 815 return NGX_AGAIN;
816 } 816 }
817 817
818 #if 1 818 #if 0
819 ngx_http_ssl_read(r); 819 ngx_http_ssl_read(r);
820 #else 820 #else
821 n = ngx_recv(r->connection, r->header_in->last, 821 n = ngx_recv(r->connection, r->header_in->last,
822 r->header_in->end - r->header_in->last); 822 r->header_in->end - r->header_in->last);
823 #endif 823 #endif