commit | bb1eab9cb33e22e545fa6798b0e79f2e6b7973ae | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Jun 16 20:55:11 2016 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Jun 16 20:55:11 2016 +0300 |
tree | f1c3aaa5692befe5fdc8dd08151196d3afdeb193 | |
parent | 05e6a7c62cea1df6f67319333bcc07009d7581b8 [diff] |
HTTP/2: fixed a segfault while processing unbuffered upload. The ngx_http_v2_finalize_connection() closes current stream, but that is an invalid operation while processing unbuffered upload. This results in access to already freed memory, since the upstream module sets a cleanup handler that also finalizes the request.