After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774956 - websocket-connection: avoid sending data if we are closing the connection
websocket-connection: avoid sending data if we are closing the connection
Status: RESOLVED DUPLICATE of bug 774957
Product: libsoup
Classification: Core
Component: API
unspecified
Other All
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2016-11-23 19:09 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2016-11-23 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ignacio Casal Quinteiro (nacho) 2016-11-23 19:09:02 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.
Comment 1 Ignacio Casal Quinteiro (nacho) 2016-11-23 19:10:42 UTC
*** Bug 774957 has been marked as a duplicate of this bug. ***
Comment 2 Ignacio Casal Quinteiro (nacho) 2016-11-23 19:13:10 UTC
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 ***