diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-11 20:12:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-11 20:12:26 +0000 |
| commit | ef6e362d4e0b92399328e339759a4b47a9e44290 (patch) | |
| tree | 618fb140085792ca55f55ddcf9a996da91471c7c /src | |
| parent | 19b093f23b8ad79e31e256bfb6da77eeb9da4979 (diff) | |
| download | nginx-ef6e362d4e0b92399328e339759a4b47a9e44290.tar.gz nginx-ef6e362d4e0b92399328e339759a4b47a9e44290.tar.bz2 | |
style fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http_request_body.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index bfdc8e443..494f48416 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -88,6 +88,7 @@ ngx_http_read_client_request_body(ngx_http_request_t *r, } post_handler(r); + return NGX_OK; } |
