mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove code that shouldn't have merged forward
This commit is contained in:
parent
0fc16040d6
commit
aa19e20d43
@ -311,8 +311,6 @@ def query(url,
|
||||
urllib_request.HTTPHandler,
|
||||
urllib_request.HTTPCookieProcessor(sess_cookies)
|
||||
]
|
||||
if password_mgr:
|
||||
handlers.append(urllib_request.HTTPBasicAuthHandler(password_mgr))
|
||||
|
||||
if url.startswith('https') or port == 443:
|
||||
hostname = request.get_host()
|
||||
|
Loading…
Reference in New Issue
Block a user