problem with SoupContexts

Diego González <[email protected]> 31 Aug 2002 20:46:09 +0200
Newsgroups gmane.comp.gnome.ximian.soup
Message-ID <1030819571.26635.10.camel@helios>
hi, i'm using the soup-0-7 branch compiled with glib2 and libxml2.

I'm trying to send two diferent messages to a server, and i'm doing
this:

context = soup_context_get (url);
message = soup_message_new_full (context, SOUP_METHOD_POST, ....);
soup_context_unref (context);
soup_message_queue (message, ...);

the first message reaches the server without any problems, everything is
ok, but when i try to send sencond message with a different URL (the
only thing that changes in the URL is the username for the
authentication), the message that get to the server has the same
username as the first message, eventought the url passed to
soup_context_get is different. Here are the two urls that i'm passing to
soup_context_get:

https://user-p1:p1@localhost:63000/
https://user-p2:p1@localhost:63000/

i have ran out of ideas i have tried almost everything.

Diego
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA9cQ7xVdTYZHL1xEIRAvKxAJ0QEx7cApcdg+wWfnrm+1e8wjHGjwCfbiYB
rszA/hlwhet8viGY96aS4sw=
=C6Ux
-----END PGP SIGNATURE-----