Call soup_message_io_stop so we don't get a callback on the io after it's
authorDan Winship <danw@src.gnome.org>
Tue, 3 Feb 2004 21:37:22 +0000 (21:37 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 3 Feb 2004 21:37:22 +0000 (21:37 +0000)
commit88b0290b0b64714bb583d213e35f0689ab2051fa
tree09d6f74400b6337b70b9e967177d14b6d24489d2
parent9c2e77163480a21059dfeef06602363df29dfc91
Call soup_message_io_stop so we don't get a callback on the io after it's

        * libsoup/soup-message-io.c (io_cleanup): Call
        soup_message_io_stop so we don't get a callback on the io after
        it's been cleaned up.

        * libsoup/soup-session.c (add_auth): Only remove the Authorization
        header if we have another one to add. (Otherwise it messes up
        SoupConnectionNTLM.)
ChangeLog
libsoup/soup-message-io.c
libsoup/soup-session.c