402008 - Websocket blocking write hangs when remote client dies (or is killed) without going thru Close handshake

+ Fixing close and callback failure notificiations to address issues
   with suddenly killed clients.
This commit is contained in:
Joakim Erdfelt 2013-03-05 13:10:55 -07:00
parent 2d74857ffa
commit 3be67fa5d1
1 changed files with 1 additions and 0 deletions

View File

@ -268,3 +268,4 @@ public class ExtensionStack extends ContainerLifeCycle implements IncomingFrames
return s.toString();
}
}