]> git.kaiwu.me - nginx.git/commitdiff
Request body: missing comments about initialization.
authorMaxim Dounin <mdounin@mdounin.ru>
Sun, 29 Aug 2021 19:20:49 +0000 (22:20 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Sun, 29 Aug 2021 19:20:49 +0000 (22:20 +0300)
src/http/ngx_http_request_body.c

index 0cae88f77f6e73613dab3cc6c500d4ec68402d09..b72614ff9fe15fbbed85aa031419cf8e0d302d82 100644 (file)
@@ -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;