]> git.kaiwu.me - nginx.git/commit
SPDY: fixed one case of improper memory allocation error handling.
authorValentin Bartenev <vbart@nginx.com>
Tue, 29 Apr 2014 22:16:21 +0000 (02:16 +0400)
committerValentin Bartenev <vbart@nginx.com>
Tue, 29 Apr 2014 22:16:21 +0000 (02:16 +0400)
commitd9c25cdf1944afe8828a30a2ad89ac1f30b21851
tree2378ef3bdeb8bb56d317a2c041095006dcfa4132
parent5a3d4410cc5d8c622b00444de79bdaba70694ddd
SPDY: fixed one case of improper memory allocation error handling.

Now ngx_http_spdy_construct_request_line() doesn't try to finalize request
in case of failed memory allocation.
src/http/ngx_http_spdy.c