commit | 2f917b6d0636bd62ab0dfce0cad28148b0e9b002 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 17 15:34:36 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 17 15:34:36 2014 +0400 |
tree | 2ccc134177001056c933f801b28f9ef1b3129629 | |
parent | 8800f0c42bdeb45af201118c8461538e73ceb723 [diff] |
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.