Commit c75c60e0 authored by Andreas Jung's avatar Andreas Jung

fixed completely broken FTP download of large files

parent 8e922ff3
...@@ -98,8 +98,7 @@ class FTPResponse(ZServerHTTPResponse): ...@@ -98,8 +98,7 @@ class FTPResponse(ZServerHTTPResponse):
""" """
def __str__(self): def __str__(self):
ZServerHTTPResponse.__str__(self) return ZServerHTTPResponse.__str__(self)
return
def outputBody(self): def outputBody(self):
pass pass
......
...@@ -98,8 +98,7 @@ class FTPResponse(ZServerHTTPResponse): ...@@ -98,8 +98,7 @@ class FTPResponse(ZServerHTTPResponse):
""" """
def __str__(self): def __str__(self):
ZServerHTTPResponse.__str__(self) return ZServerHTTPResponse.__str__(self)
return
def outputBody(self): def outputBody(self):
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment