summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPChunk.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-12 20:49:03 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-12 20:49:03 +0200
commit490a85a009701dd1dbc335cb3a0c502c54cbdc16 (patch)
treeedd334ebdd058f7c370d82f4851a5907c0950af7 /module/network/HTTPChunk.py
parentflashgot fix (diff)
downloadpyload-490a85a009701dd1dbc335cb3a0c502c54cbdc16.tar.xz
rs fix
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r--module/network/HTTPChunk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py
index f911e5c68..ee143330e 100644
--- a/module/network/HTTPChunk.py
+++ b/module/network/HTTPChunk.py
@@ -139,7 +139,7 @@ class HTTPChunk(HTTPRequest):
self.BOMChecked = False
# check and remove byte order mark
- self.rep = False
+ self.rep = None
self.log = getLogger("log")