commit | 82a1ff31f9ff38ef2fabdff7857fe0fc974e8a8b | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Jan 15 17:16:38 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Jan 15 17:16:38 2014 +0400 |
tree | b8528732bb4a4b3b90248b49016c2072eb77e7ac | |
parent | b2b43ca50f0bfdf31a600f61db28155f13382b22 [diff] |
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.