mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor refactoring
This commit is contained in:
@@ -11,8 +11,6 @@ import ssl
|
||||
import urllib
|
||||
import urllib2
|
||||
|
||||
from lib.core.exception import SqlmapUnsupportedFeatureException
|
||||
|
||||
|
||||
class ProxyHTTPConnection(httplib.HTTPConnection):
|
||||
_ports = {"http": 80, "https": 443}
|
||||
|
||||
Reference in New Issue
Block a user