summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-11 23:47:13 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-11 23:47:13 +0100
commit9e73bfdafed862595be4901e225f72d1372a6a86 (patch)
tree4a3cee53a736bed56c6286e13498050a234632ea /module/network
parentclosed #259, #250 (diff)
downloadpyload-9e73bfdafed862595be4901e225f72d1372a6a86.tar.xz
fileserv error message
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPRequest.py2
1 files changed, 0 insertions, 2 deletions
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):