comparison src/http/ngx_http_request_body.c @ 1290:4e6903652363

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jul 2007 20:12:26 +0000
parents 3dcc3041b5bc
children aa700583b57d
comparison
equal deleted inserted replaced
1289:b616ba6141cd 1290:4e6903652363
86 return NGX_HTTP_INTERNAL_SERVER_ERROR; 86 return NGX_HTTP_INTERNAL_SERVER_ERROR;
87 } 87 }
88 } 88 }
89 89
90 post_handler(r); 90 post_handler(r);
91
91 return NGX_OK; 92 return NGX_OK;
92 } 93 }
93 94
94 rb->post_handler = post_handler; 95 rb->post_handler = post_handler;
95 96