a 302 response to HEAD (or any other safe method) should be treated like a
authorDan Winship <danw@src.gnome.org>
Sun, 7 Sep 2008 17:43:03 +0000 (17:43 +0000)
committerDan Winship <danw@src.gnome.org>
Sun, 7 Sep 2008 17:43:03 +0000 (17:43 +0000)
commit08eb1e0b1c838ee6adac7c0751c0ee5adf5f009f
treea7c338c84170af6441601b2d23c323b614be8674
parentba9cbfea79fe161a79d21f4ad89e1b73c6197523
a 302 response to HEAD (or any other safe method) should be treated like a

* libsoup/soup-session.c (redirect_handler): a 302 response to
HEAD (or any other safe method) should be treated like a 307, not
a 303. #551190, Jonathan Matthew.

* tests/redirect-test.c: test that

svn path=/trunk/; revision=1158
ChangeLog
libsoup/soup-session.c
tests/redirect-test.c