diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 08:51:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 08:51:06 +0000 |
| commit | 68ee8f144242965c9650ad99604d1717c0f84c18 (patch) | |
| tree | 7327fe5fcc7b45d0ade16767c74e918b8ba6f328 /src/http/ngx_http_request_body.c | |
| parent | 14be46ee9862352fc055da8005e9bdf3dd1bc16e (diff) | |
| download | nginx-68ee8f144242965c9650ad99604d1717c0f84c18.tar.gz nginx-68ee8f144242965c9650ad99604d1717c0f84c18.tar.bz2 | |
nginx-0.0.1-2003-10-30-11:51:06 import
Diffstat (limited to 'src/http/ngx_http_request_body.c')
| -rw-r--r-- | src/http/ngx_http_request_body.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index 19730e7b3..eb82af05c 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -47,8 +47,7 @@ int ngx_http_read_client_request_body(ngx_http_request_t *r, size = request_buffer_size; } - ngx_test_null(r->request_body_hunk, - ngx_create_temp_hunk(r->pool, size, 0, 0), + ngx_test_null(r->request_body_hunk, ngx_create_temp_hunk(r->pool, size), NGX_HTTP_INTERNAL_SERVER_ERROR); r->connection->read->event_handler = |
