diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-02 22:56:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-02 22:56:18 +0000 |
| commit | 659774979feb9741a441505e26774b35830fd4ca (patch) | |
| tree | 596059bbe20959ad54cbfde8bcdf24cd7f9e9f83 /src/http/ngx_http_request_body.c | |
| parent | fe0f5cc6e1e48412235ae91c2f71ec2ec9110a60 (diff) | |
| download | nginx-659774979feb9741a441505e26774b35830fd4ca.tar.gz nginx-659774979feb9741a441505e26774b35830fd4ca.tar.bz2 | |
nginx-0.0.1-2003-11-03-01:56:18 import
Diffstat (limited to 'src/http/ngx_http_request_body.c')
| -rw-r--r-- | src/http/ngx_http_request_body.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index eb82af05c..2fcdd5087 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -95,6 +95,8 @@ static void ngx_http_read_client_request_body_handler(ngx_event_t *rev) return; } + r->temp_file->offset += n; + r->request_body_hunk->pos = r->request_body_hunk->start; r->request_body_hunk->last = r->request_body_hunk->start; } |
