# HG changeset patch # User Igor Sysoev # Date 1184184746 0 # Node ID 4e6903652363c30a2809baae88676bd9fff291a3 # Parent b616ba6141cd263ce6cce753fcd05816ca8e1d93 style fix diff -r b616ba6141cd -r 4e6903652363 src/http/ngx_http_request_body.c --- a/src/http/ngx_http_request_body.c Wed Jul 11 13:06:54 2007 +0000 +++ b/src/http/ngx_http_request_body.c Wed Jul 11 20:12:26 2007 +0000 @@ -88,6 +88,7 @@ } post_handler(r); + return NGX_OK; }