commit | 92b82c80af9db61d78a1d7836ffbd719451a55aa | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Tue Oct 01 00:04:00 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Tue Oct 01 00:04:00 2013 +0400 |
tree | 5ee1181bf06a861e963a1589300ac757c3aa7121 | |
parent | 6ba03097dbc592646303dacdf169b1162a119af7 [diff] |
SPDY: fixed connection leak while waiting for request headers. If an error occurs in a SPDY connection, the c->error flag is set on every fake request connection, and its read or write event handler is called, in order to finalize it. But while waiting for request headers, it was a no-op since the read event handler had been set to ngx_http_empty_handler().