From 9953b7748825bb0d0929720b18cdf78386fdc466 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 26 May 2011 23:35:01 +0200 Subject: fixes last commit --- module/network/HTTPChunk.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/network/HTTPChunk.py') diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 88e6e49c6..cf77ccae6 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -235,6 +235,7 @@ class HTTPChunk(HTTPRequest): name = orgline.partition("filename=")[2] name = name.replace('"', "").replace("'", "").replace(";", "").strip() self.p.nameDisposition = name + self.log.debug("Content-Disposition: %s" % name) if not self.resume and line.startswith("content-length"): self.p.size = int(line.split(":")[1]) -- cgit v1.2.3