Skip to content

Commit

Permalink
Merge pull request alibaba#289 from zzjin/patch-1
Browse files Browse the repository at this point in the history
Update ngx_http_request_body.c
  • Loading branch information
yaoweibin committed Aug 1, 2013
2 parents def60fd + 4103ed7 commit 59a8026
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/http/ngx_http_request_body.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,6 @@ ngx_http_read_non_buffered_client_request_body(ngx_http_request_t *r,
ngx_buf_t *b, buf;
ngx_int_t rc;
ngx_http_request_body_t *rb;
ngx_http_core_loc_conf_t *clcf;

clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);

if (r->headers_in.content_length_n == 0) {
post_handler(r);
Expand Down

0 comments on commit 59a8026

Please sign in to comment.