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 340747 - GConn sends an error event on HUP
GConn sends an error event on HUP
Status: RESOLVED FIXED
Product: gnet
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: David Helder
David Helder
Depends on:
Blocks:
 
 
Reported: 2006-05-05 15:50 UTC by Benjamin Otte (Company)
Modified: 2006-05-06 18:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (9.20 KB, patch)
2006-05-05 15:51 UTC, Benjamin Otte (Company)
committed Details | Review

Description Benjamin Otte (Company) 2006-05-05 15:50:21 UTC
The summary says it all I think.
Comment 1 Benjamin Otte (Company) 2006-05-05 15:51:47 UTC
Created attachment 64868 [details] [review]
patch

I'd like to commit this asap, but I want an OK for API/ABI reasons
Comment 2 Tim-Philipp Müller 2006-05-05 16:00:54 UTC
Looks good, please commit (minus .sgml bits).

I don't think throwing an error on HUP makes any sense whatesoever and apps need to handle it in any case, so I think that's fine API/ABI-wise.

Another question is whether we should automatically always watch for HUP - not sure. It seems weird to have to set up an error watch explicitely to get HUP information (but then I don't really know when one would not want to watch for errors anyway either ...).

Comment 3 Benjamin Otte (Company) 2006-05-06 18:24:01 UTC
This is committed now.