]> git.kaiwu.me - nginx.git/commit
SPDY: set empty write handler during connection finalization.
authorValentin Bartenev <vbart@nginx.com>
Mon, 30 Sep 2013 20:12:30 +0000 (00:12 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 30 Sep 2013 20:12:30 +0000 (00:12 +0400)
commit4f4963e87e734e2ec69d19a11fb00c3ad1f9d154
treedc38711f69bbad468f934f70b9c6f6f9e9fe085d
parent92b82c80af9db61d78a1d7836ffbd719451a55aa
SPDY: set empty write handler during connection finalization.

While ngx_http_spdy_write_handler() should not make any harm with current code,
calling it during finalization of SPDY connection was not intended.
src/http/ngx_http_spdy.c