Remove redirect handler if option is removed.
authorAlex Graveley <alex@ximian.com>
Thu, 14 Jun 2001 18:54:04 +0000 (18:54 +0000)
committerAlex Graveley <orph@src.gnome.org>
Thu, 14 Jun 2001 18:54:04 +0000 (18:54 +0000)
commitf33fd1490d36fedfd59ceda18286fd33b2acabe2
tree153e95c47cc84dbf86341d2c409d5b80b407a5d9
parent18c3f6fed307b454554337f37984cb5973397db3
Remove redirect handler if option is removed.

2001-06-14  Alex Graveley  <alex@ximian.com>

* src/soup-core/soup-message.c (soup_message_set_flags): Remove
redirect handler if option is removed.
(soup_message_remove_handler): Added. Remove handler given
function and user_data. Should this be made public?
(soup_message_run_handlers): Remove g_warning. No checks are run
against body handlers.
(soup_message_cleanup): Zero cur_chunk_len and cur_chunk_idx.
ChangeLog
libsoup/soup-message.c