summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-17 09:02:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-17 09:02:43 +0000
commita40d677f366fc231ef5b2713c4e84fbd5e11ecf4 (patch)
tree5af11c054a0a0b0373ab314105ff80786cfbb7e0 /ChangeLog
parent56c7023d533608843fb5c8f49a3710a68687beb6 (diff)
downloadgst-plugins-bad-a40d677f366fc231ef5b2713c4e84fbd5e11ecf4.tar.gz
gst-plugins-bad-a40d677f366fc231ef5b2713c4e84fbd5e11ecf4.tar.bz2
gst-plugins-bad-a40d677f366fc231ef5b2713c4e84fbd5e11ecf4.zip
ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same way as 302 (Found). Not sure what to do a...
Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init), (gst_neonhttp_src_send_request_and_redirect): Handle HTTP status code 303 (See Other) the same way as 302 (Found). Not sure what to do about all the other 3xx redirect status codes. Fixes bug #522884.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23f0539..b28c11ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
+ (gst_neonhttp_src_send_request_and_redirect):
+ Handle HTTP status code 303 (See Other) the same way
+ as 302 (Found). Not sure what to do about all the other 3xx
+ redirect status codes. Fixes bug #522884.
+
2008-03-14 Edward Hervey <edward.hervey@collabora.co.uk>
* gst-libs/gst/dshow/Makefile.am: