Changes between Initial Version and Version 1 of Ticket #2068


Ignore:
Timestamp:
10/25/20 13:59:30 (3 years ago)
Author:
zhuizhuhaomeng@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2068 – Description

    initial v1  
    55
    66The patch is bellow:
    7 ```
     7
     8
    89diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c
    910index 71d7e9ab..fe075a87 100644
     
    1819     b->last += n;
    1920     r->request_length -= n;
    20 ```
    2121
    22 ``` c
     22
     23
    2324   401  static ngx_int_t
    2425   402  ngx_http_copy_pipelined_header(ngx_http_request_t *r, ngx_buf_t *buf)
     
    102103   480      return NGX_OK;
    103104   481  }
    104 ```