GNOME Bugzilla – Bug 774956
websocket-connection: avoid sending data if we are closing the connection
Last modified: 2016-11-23 19:13:10 UTC
We cannot trust the client to be nice and stop sending data when we are closing. If we receive a ping when closing the connection we need to avoid trying to send data after that. Change the code to be more robust and to not try to write in the socket if we are in the closed state.
*** Bug 774957 has been marked as a duplicate of this bug. ***
grrr, I was tricked by git bz or bugzilla itself sorry for the spam. *** This bug has been marked as a duplicate of bug 774957 ***