]> git.kaiwu.me - nginx.git/commit
SPDY: alert about activated fake events instead of deleting them.
authorValentin Bartenev <vbart@nginx.com>
Thu, 15 Aug 2013 15:16:12 +0000 (19:16 +0400)
committerValentin Bartenev <vbart@nginx.com>
Thu, 15 Aug 2013 15:16:12 +0000 (19:16 +0400)
commitc189eda9e6b6d5d0a0e64ab684de8b2f9bf1abd6
tree6a96165405ca5bb26b5ad695a8e636bbd5787bdf
parentdb8a0c8bf1d07936691107a4ea1626112541250c
SPDY: alert about activated fake events instead of deleting them.

They refer to the same socket descriptor as our real connection, and
deleting them will stop processing of the connection.

Events of fake connections must not be activated, and if it happened there
is nothing we can do.  The whole processing should be terminated as soon as
possible, but it is not obvious how to do this safely.
src/http/ngx_http_spdy.c