diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-12 20:43:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-12 20:43:53 +0000 |
commit | 643c8ea353d4495fb4bbbde1cc7126a37f9a690f (patch) | |
tree | 1f2977e6f1485b680434613b7bd5794ebda99e94 /src/http/ngx_http_request.c | |
parent | 5e150a052957355e2a387a65624e41095c55b913 (diff) | |
download | nginx-643c8ea353d4495fb4bbbde1cc7126a37f9a690f.tar.gz nginx-643c8ea353d4495fb4bbbde1cc7126a37f9a690f.zip |
nginx-0.0.7-2004-07-13-00:43:53 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 580cabaf3..65b024d75 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -815,7 +815,7 @@ static ssize_t ngx_http_read_request_header(ngx_http_request_t *r) return NGX_AGAIN; } -#if 1 +#if 0 n = ngx_http_ssl_read(r, r->header_in->last, r->header_in->end - r->header_in->last); #else |