comparison src/http/ngx_http_request.c @ 388:80e72c428b39

nginx-0.0.7-2004-07-13-00:43:53 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Jul 2004 20:43:53 +0000
parents fa72605e7089
children d1222d46b3f9
comparison
equal deleted inserted replaced
387:236611271946 388:80e72c428b39
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 n = ngx_http_ssl_read(r, r->header_in->last, 819 n = ngx_http_ssl_read(r, r->header_in->last,
820 r->header_in->end - r->header_in->last); 820 r->header_in->end - r->header_in->last);
821 #else 821 #else
822 n = ngx_recv(r->connection, r->header_in->last, 822 n = ngx_recv(r->connection, r->header_in->last,
823 r->header_in->end - r->header_in->last); 823 r->header_in->end - r->header_in->last);