mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 04:39:00 +08:00
Request body: missing comments about initialization.
This commit is contained in:
parent
2862eb40e8
commit
aa02695f5e
@ -62,11 +62,13 @@ ngx_http_read_client_request_body(ngx_http_request_t *r,
|
||||
/*
|
||||
* set by ngx_pcalloc():
|
||||
*
|
||||
* rb->temp_file = NULL;
|
||||
* rb->bufs = NULL;
|
||||
* rb->buf = NULL;
|
||||
* rb->free = NULL;
|
||||
* rb->busy = NULL;
|
||||
* rb->chunked = NULL;
|
||||
* rb->received = 0;
|
||||
*/
|
||||
|
||||
rb->rest = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user