i was probably very tired or very stupid to do this

This commit is contained in:
Miroslav Stampar 2011-05-11 13:13:46 +00:00
parent 2ab9e30f7a
commit e05a9c0554

View File

@ -1164,7 +1164,6 @@ def __setHTTPCookies():
debugMsg = "setting the HTTP Cookie header"
logger.debug(debugMsg)
conf.httpHeaders.append((HTTPHEADER.CONNECTION, "Keep-Alive"))
conf.httpHeaders.append((HTTPHEADER.COOKIE, conf.cookie))
def __setHTTPTimeout():