Change the redirect handler to be a RESPONSE_ERROR_CLASS_HANDLER for
authorDan Winship <danw@src.gnome.org>
Tue, 6 May 2003 13:00:52 +0000 (13:00 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 6 May 2003 13:00:52 +0000 (13:00 +0000)
commitcbd743d3a2b6d487895040af8760c37ef41b599c
treec520bd9818b3e12daa07eafd28b5b73294d788dc
parent448d89c3fb5d53c692586bec9a58a9e129f7b3a1
Change the redirect handler to be a RESPONSE_ERROR_CLASS_HANDLER for

* src/libsoup/soup-message.c (global_handlers): Change the
redirect handler to be a RESPONSE_ERROR_CLASS_HANDLER for
SOUP_ERROR_CLASS_REDIRECT rather than a RESPONSE_HEADER_HANDLER
for "Location" to get around the non-64-bit-clean union
initialization pointed out by Jeremy Katz <katzj@redhat.com>.
(redirect_handler): Update for that.
ChangeLog
libsoup/soup-message.c