Remove the calls to soup_message_io_stop() here; the corresponding calls
authorDan Winship <danw@src.gnome.org>
Tue, 5 Dec 2006 18:37:16 +0000 (18:37 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 5 Dec 2006 18:37:16 +0000 (18:37 +0000)
commit9627a1837bff8be8e6d447a9ebad500b5320d2dd
tree24dcba913b706694007342e5afe0336ee34d5664
parentf448373c85861b19d0b5bd4c8d6627108a8116c2
Remove the calls to soup_message_io_stop() here; the corresponding calls

* libsoup/soup-message.c (soup_message_set_uri): Remove the calls
to soup_message_io_stop() here; the corresponding calls were
needed back in the SoupContext days, but they are wrong now and
cause async-redirects-to-other-hosts to fail. #382251. Also
clarify docs with respect to soup_session_requeue_message().

* libsoup/soup-message-io.c (soup_message_io_stop): Clarify docs
ChangeLog
libsoup/soup-message-io.c
libsoup/soup-message.c