]> 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)
commit8bb322b89ce887eb45aa24e4dc15c53dcb42f97d
tree6bed9e82d3d20d87eb446bf714e2ddb1516ebeb6
parent7bd9d0c9de995dad17a00f9226de4d9bd96f94e1
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