| commit | f47460c70072a8dc64e554733adf13ca141fc2ad | [log] [tgz] |
|---|---|---|
| author | Valentin Bartenev <vbart@nginx.com> | Fri Dec 26 16:22:50 2014 +0300 |
| committer | Valentin Bartenev <vbart@nginx.com> | Fri Dec 26 16:22:50 2014 +0300 |
| tree | 5404eb633a0ca3ee43af9c1e8cc0c1f9316c560e | |
| parent | c911c5170ef578fb4a360d7188a8e0d4e12d0287 [diff] |
Unified handling of ngx_create_temp_file() return value. The original check for NGX_AGAIN was surplus, since the function returns only NGX_OK or NGX_ERROR. Now it looks similar to other places. No functional changes.