mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
i was probably very tired or very stupid to do this
This commit is contained in:
parent
2ab9e30f7a
commit
e05a9c0554
1 changed files with 0 additions and 1 deletions
|
|
@ -1164,7 +1164,6 @@ def __setHTTPCookies():
|
||||||
debugMsg = "setting the HTTP Cookie header"
|
debugMsg = "setting the HTTP Cookie header"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
conf.httpHeaders.append((HTTPHEADER.CONNECTION, "Keep-Alive"))
|
|
||||||
conf.httpHeaders.append((HTTPHEADER.COOKIE, conf.cookie))
|
conf.httpHeaders.append((HTTPHEADER.COOKIE, conf.cookie))
|
||||||
|
|
||||||
def __setHTTPTimeout():
|
def __setHTTPTimeout():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue