]> git.kaiwu.me - nginx.git/commit
Unified handling of ngx_create_temp_file() return value.
authorValentin Bartenev <vbart@nginx.com>
Fri, 26 Dec 2014 13:22:50 +0000 (16:22 +0300)
committerValentin Bartenev <vbart@nginx.com>
Fri, 26 Dec 2014 13:22:50 +0000 (16:22 +0300)
commitc07bebdcd116d04c96c71126b86a5ba13737db78
tree5404eb633a0ca3ee43af9c1e8cc0c1f9316c560e
parentcb6f338a8c5d8158571dabc464e0b191b4fbc5f1
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.
src/core/ngx_file.c