]> git.kaiwu.me - nginx.git/commit
FastCGI: f->split_parts reset on request start.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 17 Mar 2014 11:34:36 +0000 (15:34 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 17 Mar 2014 11:34:36 +0000 (15:34 +0400)
commit2f917b6d0636bd62ab0dfce0cad28148b0e9b002
tree2ccc134177001056c933f801b28f9ef1b3129629
parent8800f0c42bdeb45af201118c8461538e73ceb723
FastCGI: f->split_parts reset on request start.

Additionally, make sure to check for errors from ngx_http_parse_header_line()
call after joining saved parts.  There shouldn't be any errors, though
check may help to catch bugs like missing f->split_parts reset.

Reported by Lucas Molas.
src/http/modules/ngx_http_fastcgi_module.c