From 490a85a009701dd1dbc335cb3a0c502c54cbdc16 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 12 Aug 2011 20:49:03 +0200 Subject: rs fix --- module/network/HTTPChunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/HTTPChunk.py') 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") -- cgit v1.2.3