commit | ef6e362d4e0b92399328e339759a4b47a9e44290 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jul 11 20:12:26 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jul 11 20:12:26 2007 +0000 |
tree | 618fb140085792ca55f55ddcf9a996da91471c7c | |
parent | 19b093f23b8ad79e31e256bfb6da77eeb9da4979 [diff] |
style fix
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index bfdc8e4..494f484 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c
@@ -88,6 +88,7 @@ } post_handler(r); + return NGX_OK; }