From de07cd54a708f4287654f593ded35bcff368f9d0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 8 Aug 2011 17:27:57 +0200 Subject: only one chunk for uploaded.to --- module/network/HTTPChunk.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/network/HTTPChunk.py') diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 431e5b15b..f911e5c68 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -139,6 +139,8 @@ class HTTPChunk(HTTPRequest): self.BOMChecked = False # check and remove byte order mark + self.rep = False + self.log = getLogger("log") @property -- cgit v1.2.3