libepc r46 - in trunk: . libepc tests



Author: hasselmm
Date: 2007-11-19 13:30:19 +0000 (Mon, 19 Nov 2007)
New Revision: 46
ViewCVS link: http://svn.gnome.org/viewcvs/libepc?rev=46&view=rev

Added:
   trunk/tests/test-publisher-libsoup-494128.c
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/libepc/publisher.c
   trunk/tests/.gitignore
Log:
Try to deal with libsoup bug #494128. Seems there is no way to force

SoupServer to close all pending HTTP connections. So it seems we have
to accept leaking the SoupServer on shutdown, as each HTTP connection
increases the server's reference count. Well, but at least we can try
not to add additional leaking references. That's what this changes
try to achive.

* libepc/publisher.c: Try to deal with libsoup bug #494128
* tests/test-publisher-libsoup-494128.c: Test run/quit variants
* Makefile.am, tests/.gitignore: Add test-publisher-libsoup-494128.c





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]