Changes between Initial Version and Version 1 of Ticket #1378, comment 1


Ignore:
Timestamp:
09/06/17 04:02:40 (7 years ago)
Author:
fishgege@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1378, comment 1

    initial v1  
    1 src/http/ngx_http_core_module.c
    2 @@ -2274,6 +2274,9 @@ ngx_http_subrequest(ngx_http_request_t *r,
    3 sr->pool = r->pool;
     1ignore  0001-fix-a-bug-that-in-the-function-ngx_http_subrequest-i.patch​,
    42
    5 sr->headers_in = r->headers_in;
    6 + if (sr->headers_in.headers.part.next == NULL) {
    7 + sr->headers_in.headers.last = &sr->headers_in.headers.part;
    8 + }
    9 
    10 ngx_http_clear_content_length(sr);
    11 ngx_http_clear_accept_ranges(sr);
     30001-Update-ngx_http_core_module.c.patch   is needed.