diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-11 23:47:13 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-11 23:47:13 +0100 |
commit | 9e73bfdafed862595be4901e225f72d1372a6a86 (patch) | |
tree | 4a3cee53a736bed56c6286e13498050a234632ea /module/network | |
parent | closed #259, #250 (diff) | |
download | pyload-9e73bfdafed862595be4901e225f72d1372a6a86.tar.xz |
fileserv error message
Diffstat (limited to 'module/network')
-rw-r--r-- | module/network/HTTPRequest.py | 2 |
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): |