From 9e73bfdafed862595be4901e225f72d1372a6a86 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 11 Mar 2011 23:47:13 +0100 Subject: fileserv error message --- module/network/HTTPRequest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/network/HTTPRequest.py') diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index cd3635bcf..50c09afe2 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -168,8 +168,6 @@ class HTTPRequest(): self.lastEffectiveURL = self.c.getinfo(pycurl.EFFECTIVE_URL) self.addCookies() - self.headers = [] - return rep def verifyHeader(self): -- cgit v1.2.3