commit | c189eda9e6b6d5d0a0e64ab684de8b2f9bf1abd6 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Aug 15 19:16:12 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Aug 15 19:16:12 2013 +0400 |
tree | 6a96165405ca5bb26b5ad695a8e636bbd5787bdf | |
parent | db8a0c8bf1d07936691107a4ea1626112541250c [diff] |
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.