summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-31 21:26:48 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-31 21:26:48 +0000
commit0d262638e3a3a910d7e7cf2942117c4e15bb2dda (patch)
tree99d0d0658e76b3d2d3f5e005fb30207f87d5b69b /ChangeLog
parentd00a34d7e628e8b15f1c2dbd8eb022f1fa88c63f (diff)
ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg with status 'cancelled', as that indicates ...
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg with status 'cancelled', as that indicates we cancelled a request while shutting down or seeking, and it's not an error. Fixes: #540300 again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc24944a..f7b239da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
+
+ * ext/soup/gstsouphttpsrc.c:
+ Don't throw an error when soup completes a msg with status
+ 'cancelled', as that indicates we cancelled a request while
+ shutting down or seeking, and it's not an error.
+ Fixes: #540300 again.
+
2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac: