# HG changeset patch # User melunko # Date 1186173822 -3600 # Node ID 2b4e9d183146ad8032802333be85b26e9b083fe2 # Parent 02ba1859ddc018176d90630bf16bcb759124aeab [svn r801] Fixed status request error when more than one transcode was in progress and one of them concluded diff -r 02ba1859ddc0 -r 2b4e9d183146 gmyth-stream/server/0.3/lib/request_handler.py --- a/gmyth-stream/server/0.3/lib/request_handler.py Fri Aug 03 21:42:55 2007 +0100 +++ b/gmyth-stream/server/0.3/lib/request_handler.py Fri Aug 03 21:43:42 2007 +0100 @@ -237,6 +237,9 @@ if str(transcoder.tid) in req_tid: self.wfile.write("Status:%s:%s %%" % (\ transcoder.tid, transcoder.status)) + return True + stat = self.transcoders_log.get_status(int(req_tid[0])) + self.wfile.write("%s
" % stat) return True else: