diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 21:26:48 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 21:26:48 +0000 |
| commit | 0d262638e3a3a910d7e7cf2942117c4e15bb2dda (patch) | |
| tree | 99d0d0658e76b3d2d3f5e005fb30207f87d5b69b /ChangeLog | |
| parent | d00a34d7e628e8b15f1c2dbd8eb022f1fa88c63f (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
