]> git.kaiwu.me - nginx.git/commit
SPDY: the SETTINGS frame should be allocated from sc->pool.
authorValentin Bartenev <vbart@nginx.com>
Wed, 15 Jan 2014 13:16:38 +0000 (17:16 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 15 Jan 2014 13:16:38 +0000 (17:16 +0400)
commit82a1ff31f9ff38ef2fabdff7857fe0fc974e8a8b
treeb8528732bb4a4b3b90248b49016c2072eb77e7ac
parentb2b43ca50f0bfdf31a600f61db28155f13382b22
SPDY: the SETTINGS frame should be allocated from sc->pool.

There is no reason to allocate it from connection pool that more like just
a bug especially since ngx_http_spdy_settings_frame_handler() already uses
sc->pool to free a chain.
src/http/ngx_http_spdy.c