mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix
This commit is contained in:
parent
10521b68eb
commit
e811101dce
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue