Fix session ids by using weak refs for the logger cleanup rather than
authorDan Winship <danw@src.gnome.org>
Sun, 27 Jan 2008 17:08:14 +0000 (17:08 +0000)
committerDan Winship <danw@src.gnome.org>
Sun, 27 Jan 2008 17:08:14 +0000 (17:08 +0000)
commit164c51730cf965148111a6eff591aa94acbd9303
treef7a40955896de0a6ba03f359bb50e74dbb9b8e71
parent391f2b92761d1e12e0b1ed5a2eb4eaec7a1656e5
Fix session ids by using weak refs for the logger cleanup rather than

* libsoup/soup-logger.c (soup_logger_attach): Fix session ids by
using weak refs for the logger cleanup rather than trying to use
the same qdata for two different things.
(print_request, print_response): use full type names in the
Soup-Debug line, since SoupSessionSync and SoupSessionAsync get
numbered separately.

svn path=/trunk/; revision=1054
ChangeLog
libsoup/soup-logger.c