mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
fix the previous commit
This commit is contained in:
parent
78fd825c1e
commit
28debb2191
@ -171,7 +171,7 @@ ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
||||
c->busy_sendfile = NULL;
|
||||
e = (ngx_http_ephemeral_t *) &r->uri_start;
|
||||
|
||||
n = ngx_file_aio_read(file, e->aio_preload, 1, offset, r->pool);
|
||||
n = ngx_file_aio_read(file, &e->aio_preload, 1, offset, r->pool);
|
||||
|
||||
if (n > 0) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user