nginx-0.0.7-2004-07-13-00:43:53 import

This commit is contained in:
Igor Sysoev
2004-07-12 20:43:53 +00:00
parent 5e150a0529
commit 643c8ea353
3 changed files with 7 additions and 3 deletions

View File

@@ -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