mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fix of the previous commit: is_directio flag processing introduced in r4077
is still worthwhile.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user