From 6272b848234d63ce193abc6996b2eec9b2af5cb7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Apr 2011 19:16:47 +0200 Subject: closed #290, #291, #292 --- module/network/HTTPRequest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/network/HTTPRequest.py') diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index 50c09afe2..fa088391a 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -159,6 +159,7 @@ class HTTPRequest(): self.c.setopt(pycurl.NOBODY, 1) self.c.perform() rep = self.header + else: self.c.perform() rep = self.getResponse() -- cgit v1.2.3