gmyth-stream/server/lib/request_handler.py
branchtrunk
changeset 883 e8a82fc5f075
parent 837 6b3c7c0b32ad
     1.1 --- a/gmyth-stream/server/lib/request_handler.py	Fri Aug 31 18:31:09 2007 +0100
     1.2 +++ b/gmyth-stream/server/lib/request_handler.py	Wed Nov 21 13:10:19 2007 +0000
     1.3 @@ -411,9 +411,9 @@
     1.4  
     1.5      def serve_transcode(self, body):
     1.6          type = self.query.get("type", None)[0]
     1.7 -        if type.upper() == "FILE":
     1.8 -            self.send_error(404, "Transcode local files not allowed")
     1.9 -            return
    1.10 +        #if type.upper() == "FILE":
    1.11 +        #    self.send_error(404, "Transcode local files not allowed")
    1.12 +        #   #return
    1.13  
    1.14          transcoder = self._get_transcoder()
    1.15          try: