commit | 6861e2db996a03d0663646832751621c5734b936 | [log] [tgz] |
---|---|---|
author | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Thu Apr 17 10:38:06 2014 -0700 |
committer | Greg Wilkins <gregw@intalio.com> | Thu Apr 24 10:16:21 2014 +0200 |
tree | 088aea75b6e0a53ccf9f479b2ffa4231fc987ddd | |
parent | 76a1e032ebc6353e49900d682ce7c2abdc87af75 [diff] |
EndPoint onIdleExpired should not close on its own + From discussion with Simone, the dispatched fillInterest.onFail() needs to occur, so that the AbstractConnection.onReadTimeout() can handle the close conditions needed by SPDY and WebSocket. The EndPoint close within onIdleExpired is a race condition with this onReadTimeout desired behavior. (cherry picked from commit 9f76856fcff767e0d8a91ef5a311fcc498dd2a26)