mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
Fix of the previous commit: is_directio flag processing introduced in r4077
is still worthwhile.
This commit is contained in:
parent
7ffb73c6b7
commit
9c5d25179c
@ -288,6 +288,8 @@ ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
|
|||||||
file->use_event = 1;
|
file->use_event = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
of->is_directio = file->is_directio;
|
||||||
|
|
||||||
goto update;
|
goto update;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user