diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-17 09:02:43 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-17 09:02:43 +0000 |
commit | a40d677f366fc231ef5b2713c4e84fbd5e11ecf4 (patch) | |
tree | 5af11c054a0a0b0373ab314105ff80786cfbb7e0 /ChangeLog | |
parent | 56c7023d533608843fb5c8f49a3710a68687beb6 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |