mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 00:42:38 -04: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
1 changed files with 2 additions and 0 deletions
|
|
@ -288,6 +288,8 @@ ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
|
|||
file->use_event = 1;
|
||||
}
|
||||
|
||||
of->is_directio = file->is_directio;
|
||||
|
||||
goto update;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue