mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor bug fix
This commit is contained in:
@@ -97,7 +97,8 @@ class Connect:
|
||||
requestMsg += "?%s" % params
|
||||
|
||||
elif multipart:
|
||||
#needed in this form because of potential circle dependency problem (option -> update -> connect -> option)
|
||||
# Needed in this form because of potential circle dependency
|
||||
# problem (option -> update -> connect -> option)
|
||||
from lib.core.option import proxyHandler
|
||||
|
||||
multipartOpener = urllib2.build_opener(proxyHandler, multipartpost.MultipartPostHandler)
|
||||
|
||||
Reference in New Issue
Block a user