diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-12-15 16:55:43 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-12-15 16:55:43 +0000 |
| commit | 1a3bf7d59399d15adde8b22a578f40758764d262 (patch) | |
| tree | 0a57f72d74f0351bb870d24f545ff8ec5bf264ed /src/http/modules/ngx_http_flv_module.c | |
| parent | 240f8a918ed09e67570020261b1693907e5b64c0 (diff) | |
| parent | 402f4cda0c389242a587eff7bb55959663504c8b (diff) | |
| download | nginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.gz nginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'src/http/modules/ngx_http_flv_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_flv_module.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c index 7b72fae03..cc06d538a 100644 --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c @@ -156,12 +156,6 @@ ngx_http_flv_handler(ngx_http_request_t *r) } if (!of.is_file) { - - if (ngx_close_file(of.fd) == NGX_FILE_ERROR) { - ngx_log_error(NGX_LOG_ALERT, log, ngx_errno, - ngx_close_file_n " \"%s\" failed", path.data); - } - return NGX_DECLINED; } |
